Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EnvironmentError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME #25

Open
RobinLiu1987 opened this issue Dec 30, 2020 · 0 comments

Comments

@RobinLiu1987
Copy link

The system environment used:
VMware Workstation 15 Pro + Ubuntu18.0 + Python2.7 + Tensorflow1.2.1 + opencv-python 4.2.0
I'd like to install R-DFPN_FPN_Tensorflow in CPU ONLY mode. Is this possible? Which configuration files should I modify? Can I get rid of cude software?
Here is a list of the files That I have modified:
$R-DFPN_ROOT//libs/configs/cfgs.py(modify the parameters of NMS and IOU functions use_gpu = False)
python setup.py build_ext --inplace
I got:
python setup.py build_ext --inplace
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 '
EnvironmentError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set $CUDAHOME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant