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
how to solve "raise EnvironmentError('The nvcc binary could not be ' OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME make: *** [all] Error 1"
#947
Open
yaman-hub opened this issue
Aug 1, 2021
· 0 comments
I want to install the py-faster-rcnn in order to implement it using pycharm, I already cloned the repository as written in the installation instruction but I got the following error when I type the "make function" on the cmd:
C:\Users\Yaman\py-faster-rcnn\lib>make
python setup.py build_ext --inplace
Traceback (most recent call last):
File "setup.py", line 58, in
CUDA = locate_cuda()
File "setup.py", line 46, in locate_cuda
raise EnvironmentError('The nvcc binary could not be '
OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME
make: *** [all] Error 1
Although I got the following when I try "nvcc --version":
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.2, V10.2.89
Which mean it's installed, Am I doing anything wrong?
Thank you in advance,,
The text was updated successfully, but these errors were encountered:
I want to install the py-faster-rcnn in order to implement it using pycharm, I already cloned the repository as written in the installation instruction but I got the following error when I type the "make function" on the cmd:
C:\Users\Yaman\py-faster-rcnn\lib>make
python setup.py build_ext --inplace
Traceback (most recent call last):
File "setup.py", line 58, in
CUDA = locate_cuda()
File "setup.py", line 46, in locate_cuda
raise EnvironmentError('The nvcc binary could not be '
OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME
make: *** [all] Error 1
Although I got the following when I try "nvcc --version":
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.2, V10.2.89
Which mean it's installed, Am I doing anything wrong?
Thank you in advance,,
The text was updated successfully, but these errors were encountered: