faster-rcnn-resnet icon indicating copy to clipboard operation
faster-rcnn-resnet copied to clipboard

Error when building cython module

Open Jumabek opened this issue 6 years ago • 1 comments

Please help me! I am having following error when run

cd $ROOT/lib/ make

C:\faster-rcnn-resnet\lib>make python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 58, in <module> CUDA = locate_cuda() File "setup.py", line 46, in locate_cuda raise EnvironmentError('The nvcc binary could not be ' EnvironmentError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME make: *** [all] Error 1

Jumabek avatar Aug 24 '17 05:08 Jumabek

hi man , you should make sure you have been installed the cuda/cudnn driver@Jumabek

gongxijun avatar Sep 11 '17 04:09 gongxijun