Ubuntu under TensorFlow error Libcusolver.so.8.0:cannot open shared object file:no such file or directory

Source: Internet
Author: User
Tags jupyter jupyter notebook

Workaround 1. In terminal execution:

Export ld_library_path= "$LD _library_path:/usr/local/cuda/lib64" Export Cuda_home

However, this command must be executed every time the TensorFlow is run, and still error in the Spyder, Jupyter notebook.

Workaround 2. To write the path in BASHRC:

sudo vim ~/. Bashrcexport ld_library_path= "$LD _library_path:/usr/local/cuda/lib64" Export Cuda _home=/usr/local/~/.BASHRC

But that hasn't solved my problem yet.

Workaround 3. Completely resolved

    • CheckLD_LIBRARY_PATH
Echo $LD _library_path

My results: ":/usr/local/cuda/lib64"

To execute the command again:

sudo ldconfig/usr/local/cuda/lib64

Solve the problem perfectly, at this time regardless of terminal, Spyder, Jupyter notebook import tensorflow, import Keras are not error.

 

Export ld_library_path= "$LD _library_path:/usr/local/cuda/lib64"
Export Cuda_home=/usr/local/cuda

Ubuntu under TensorFlow error Libcusolver.so.8.0:cannot open shared object file:no such file or directory

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.