Skip to content

Instantly share code, notes, and snippets.

@DMeechan
Last active May 15, 2018 08:12
Show Gist options
  • Save DMeechan/ea52db4e67f1a5475c484db9c85c077b to your computer and use it in GitHub Desktop.
Save DMeechan/ea52db4e67f1a5475c484db9c85c077b to your computer and use it in GitHub Desktop.
Quick and easy way to fix the libcudart.so.8.0 error in TensorFlow

Quick and easy way to fix the libcudart.so.8.0 error in TensorFlow

The error message this fixes:

ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory

Run the command below:

sudo ldconfig /usr/local/cuda/lib64

Answer source:

tensorflow/tensorflow#5343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment