. Advertisement .
..3..
. Advertisement .
..4..
Can anyone tell me the way to fix the error: importerror: libcublas.so.10.0: cannot open shared object file: no such file or directory in Ubuntu 18.04? Nvidia CUDA 10.1.243 is what I’m using. I encountered this error message while developing my software.
I have found some instructions about that, but the error is still appearing. Please help me. Thanks in advance.
The cause: It results from the claimed library’s wrong location. Nvidia has changed the library’s location from the
cuda-10.1
directory toward thecuda-10.2
directory. This is what would occur in Ubuntu 18.04 if Cuda was installed using a*.deb
package from Nvidia.Solution:
To fix the error, include this path to the
cuda-10.2
library in yourLD_LIBRARY_PATH
: