-
Notifications
You must be signed in to change notification settings - Fork 416
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
lib/make.sh error #118
Comments
I have meet the same problems?have you solve it? |
same,anyone sovle it yet? |
The same, ask for help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am sure that I installed Cuda-8.0 with CUDNN 7 but every time I tried: sudo make, it shows some errors. When I tried "nvcc --version", it can show me the correct information: Cuda compilation tools, release 8.0, V8.0.61. I am so confused by that and want to know how to solve it.
Thanks,
Peter
python setup.py build_ext --inplace
running build_ext
skipping 'utils/bbox.c' Cython extension (up-to-date)
skipping 'utils/nms.c' Cython extension (up-to-date)
skipping 'nms/cpu_nms.c' Cython extension (up-to-date)
skipping 'nms/gpu_nms.cpp' Cython extension (up-to-date)
skipping 'pycocotools/_mask.c' Cython extension (up-to-date)
rm -rf build
sh make.sh
/usr/local/lib/python2.7/dist-packages/tensorflow/include
make.sh: 9: make.sh: nvcc: not found
g++: error: roi_pooling_op.cu.o: No such file or directory
make.sh: 24: make.sh: nvcc: not found
g++: error: psroi_pooling_op.cu.o: No such file or directory
The text was updated successfully, but these errors were encountered: