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

OSError: The CUDA lib64 path could not be located in /usr/lib64 #495

Open
code-wd opened this issue Jan 16, 2020 · 2 comments
Open

OSError: The CUDA lib64 path could not be located in /usr/lib64 #495

code-wd opened this issue Jan 16, 2020 · 2 comments

Comments

@code-wd
Copy link

code-wd commented Jan 16, 2020

when I build the cython, I open the "bin" file, and when I input "make clean" and "make",i this error occur

@code-wd
Copy link
Author

code-wd commented Jan 16, 2020

when I build the cython, I open the "bin" file, and when I input "make clean" and "make",i this error occur

I solve the problem by this way:
open bin/setup.py
change:
cudaconfig = {'home':home, 'nvcc':nvcc,
'include': pjoin(home, 'include'),
'lib64': pjoin(home, 'lib64')}
To:
cudaconfig = {'home':home, 'nvcc':nvcc,
'include': pjoin(home, 'include'),
'lib64': pjoin(home, 'lib')}

@zarif98sjs
Copy link

^ this worked for me too

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

2 participants