码迷,mamicode.com
首页 > 其他好文 > 详细

ImportError libcublas.so.9.0

时间:2019-04-21 00:15:27      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:share   pool   rect   get   har   The   file   tensor   erro   

What to do when you‘ve installed cuda and tensorflow, but you get this error right after you import tensorflow?

"ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory."

Just set the environment variable

LD_LIBRARY_PATH = /usr/local/cuda/lib64:$LD_LIBRARY_PATH

github: https://github.com/tensorflow/tensorflow/issues/20569

aipool: https://ai-pool.com/d/importerror-libcublas-so-9-0

 

ImportError libcublas.so.9.0

标签:share   pool   rect   get   har   The   file   tensor   erro   

原文地址:https://www.cnblogs.com/hazarapet/p/10743336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!