Hi, I had get some trouble when tried to use setup.py to compile 'rbbox_overlaps_kernels.cu'.
It raised :
"Traceback (most recent call last):
File "setup.py", line 59, in
CUDA = locate_cuda()
File "setup.py", line 47, 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"
What should I do ?
Hi, I had get some trouble when tried to use setup.py to compile 'rbbox_overlaps_kernels.cu'. It raised : "Traceback (most recent call last): File "setup.py", line 59, in
CUDA = locate_cuda()
File "setup.py", line 47, 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"
What should I do ?