TensorFlow安装之后导入报错:libcudnn.so.6:cannot open sharedobject file: No such file or directory
Posted rainsoul~~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TensorFlow安装之后导入报错:libcudnn.so.6:cannot open sharedobject file: No such file or directory相关的知识,希望对你有一定的参考价值。
转载自:http://blog.csdn.net/silent56_th/article/details/77587792
系统环境:Ubuntu16.04 + GTX1060
目的:配置一下python-tensorflow环境
问题复现:
使用设置/软件与更新/附件驱动 安装nvidia-375
使用CUDA-8.0*.run安装CUDA
使用cudnn*.tgz安装cudnn5.1
PATH里面加入了/usr/local/cuda-8.0/bin
LD_LIBRARY_PATH里面加入了/usr/local/cuda-8.0/lib64和cudnn_dir/cuda/lib64
使用pip3 install tensorflow-gpu安装tensorflow
问题描述:
进入python3,然后import tensorflow,无法import,错误代码:libcudnn.so.6:cannot open sharedobject file: No such file or directory
问题解决:
pip uninstall tensorflow-gpu
pip install tensorflow-gpu==1.2
以上是关于TensorFlow安装之后导入报错:libcudnn.so.6:cannot open sharedobject file: No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章
如何解决运行导入 TensorFlow 包的 Python 文件报错
Python 安装gevent,在导入gevent之后就报错了