Pycharm下tensorflow导入错误

问题:

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

解决方案:

LD_LIBRARY_PATH  /usr/local/cuda-9.0/lib64

 

原文地址:https://www.cnblogs.com/wangyarui/p/9282853.html