Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module 'tensorflow' has no attribute 'sysconfig' on running make #29

Open
9e0 opened this issue May 4, 2022 · 0 comments
Open

module 'tensorflow' has no attribute 'sysconfig' on running make #29

9e0 opened this issue May 4, 2022 · 0 comments

Comments

@9e0
Copy link

9e0 commented May 4, 2022

Getting the following error, module 'tensorflow' has no attribute 'sysconfig'
on running make, as below
$ make
rm -f *.o *.so *.pyc *.npy
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: module 'tensorflow' has no attribute 'sysconfig'
nvcc -std=c++11 -c -o roi_pooling.cu.o roi_pooling.cu.cc -I -D GOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -D _GLIBCXX_USE_CXX11_ABI=0
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
make: *** [Makefile:9: roi_pooling.cu.o] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant