ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory解决办法

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/missyougoon/article/details/81054718

ubuntu,pycharm在import tensorflow的时候,报错:
ImportError: libcusolver.so.8.0: cannot open shared object file: No such file or directory
Failed to load the native TensorFlow runtime.
解决办法:
Rnn -> Edit Configurations
在 Environment variables中,添加:
LD_LIBRARY_PATH=/usr/local/cuda-8.0/lib64
搞定!

猜你喜欢

转载自blog.csdn.net/missyougoon/article/details/81054718