You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: