Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ImportError: libcudart.so.7.0: cannot open shared object file: No such file or directory #324
Comments
monajalal
commented
Sep 1, 2016
|
In my case I changed the paths to use the already installed Cuda7.0. Seems Cuda7.5 is not compatible with Ubuntu 14.04? |
D3Nd3R
commented
Sep 3, 2016
|
I think you should add the next lines to the .bashrc file. But I did it on Ubuntu 16.04 and cuda 8.0. |
ravikantb
commented
Oct 14, 2016
|
I also faced the similar issue with CUDA 8.0 not being detected and the training code instead looking for older CUDA 7.5. I updated my PATH and LD_LIBRARY_PATH flags but it didn't resolve. Something more was needed. The hint lied in the error log itself. The line: Now my training is running smoothly (so far, fingers crossed!). |
eswears
commented
Mar 13, 2017
|
This fixed the problem for me: |
monajalal commentedAug 31, 2016
I get the following error when I run the sample:
I have the following system settings:
What is the issue and how can it be solved?