Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

pycharm does not find Cuda libcublas.so.9.0

I am running a project on Tensorflow gpu with anaconda environment. Using the terminal, the code is running correctly. However, on pycharm, I sepecify these variables in pycharm settings based on other answers on stackoverflow:

PATH    /usr/local/cuda/bin:$PATH
 LD_LIBRARY_PATH    /usr/local/cuda/lib64:$LD_LIBRARY_PATH
export CUDADIR  /usr/local/cuda

$PATH in .bashrc also contains /usr/local/cuda/bin. The file is existing in /usr/local/cuda/lib64

the problem still there!!

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

Comments