-
Notifications
You must be signed in to change notification settings - Fork 75.3k
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory #5343
Copy link
Copy link
Closed
Labels
stat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authortype:build/installBuild and install issuesBuild and install issues
Description
I have installed cuda 7.5, not 8, but when I get this error when I try to import tensflow (having installed ts binaries for 7.5, gpu, linux). I have tried un- and re-installing everything repeatedly. I may have at one time attempted to install cuda 8 in the past, but 7.5 is in my $path.
the complete error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/tensorflow/__init__.py", line 23, in <module>
from tensorflow.python import *
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 28, in <module>
_pywrap_tensorflow = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description)
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stat:awaiting responseStatus - Awaiting response from authorStatus - Awaiting response from authortype:build/installBuild and install issuesBuild and install issues