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
@CharlesShang
python setup.py build_ext # --inplace
Traceback (most recent call last):
File "setup.py", line 55, in @
CUDA = locate_cuda()
File "setup.py", line 43, 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
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1****
my GPU is Intel graphics 4000,doesn't support the cuda of NVIDIA,can I modify your configure file to solve this problem
The text was updated successfully, but these errors were encountered:
@CharlesShang
python setup.py build_ext # --inplace
Traceback (most recent call last):
File "setup.py", line 55, in @
CUDA = locate_cuda()
File "setup.py", line 43, 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
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 1****
The text was updated successfully, but these errors were encountered: