ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory
我的环境是ubuntu 18.04, tensorflow-gpu 1.4,cuda 9.0, cudnn 7.0然后在运行的时候出现了下面的错误:
Traceback (most recent call last): File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/lib/python3.6/imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "/usr/lib/python3.6/imp.py", line 343, in load_dynamic return _load(spec)ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directoryDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "tensorflow-gpu-test.py", line 1, in import tensorflow as tf File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in from tensorflow.python import * File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 49, in from tensorflow.python import pywrap_tensorflow File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 72, in raise ImportError(msg)ImportError: Traceback (most recent call last): File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/home/eric/.local/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/lib/python3.6/imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "/usr/lib/python3.6/imp.py", line 343, in load_dynamic return _load(spec)ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directoryFailed to load the native TensorFlow runtime.See some common reasons and solutions. Include the entire stack traceabove this error message when asking for help.
解决方法
pip3 install tensorflow-gpu==1.8
把tensorflow升级几个版本就行了,tensorflow 1.4以下的版本貌似都不行。
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
暂时没有评论,来抢沙发吧~