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
Post a Comment