MrGF / py-faster-rcnn-windows

py-faster-rcnn that can compile on windows directly
MIT License
135 stars 70 forks source link

Compiler setup.py error #9

Open stevewusin opened 7 years ago

stevewusin commented 7 years ago

compiler:python setup.py install (I just need CPU edition,so, I don't need to compiler nvcc and cuda library ???): Traceback (most recent call last): File "setup.py", line 66, in CUDA = locate_cuda() File "setup.py", line 52, 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 $CUDA_PATH @MrGF

haibucuo0 commented 7 years ago

hi,did you successed?

Yu0525 commented 7 years ago

Set the CUDA_PATH in Environment Variable. Please refer to http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#sample-projects

x1aoo commented 4 years ago

Set the CUDA_PATH in Environment Variable. Please refer to http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#sample-projects

Hi,

How to deal with the computer without NVIDIA GPU, actually I got the intel gpu in my computer and want to use CPU to do the inference.

@MrGF @seizeTheDayMin

krishnaths commented 3 years ago

Similar issue and i have a mac os :(