TensorFlow: libcudart.so.7.5: cannot open shared object file: No such file or directory
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am running TensorFlow on Ubuntu 15.10. When I enter pip show tensorflow , I see that TF has been installed properly. However, when I write import tensorflow as tf , I get the following error message: Traceback (most recent call last): File " ", line 1, in File "/home/me/anaconda2/lib/python2.7/site-packages/tensorflow/__init__.py", line 23, in from tensorflow.python import * File "/home/me/anaconda2/lib/python2.7/site-packages/tensorflow/python/__init__.py", line 49, in from tensorflow import contrib File "/home/me/anaconda2/lib/python2.7