ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory when installing tensor flow on Ubuntu 16.04.03

前端 未结 3 733
难免孤独
难免孤独 2021-01-20 17:04

I am trying to install tensorflow with cuda and gpu support. When I try to import it, I get the following error:

Traceback (most recent call last):
  File \"         


        
3条回答
  •  不知归路
    2021-01-20 17:56

    To easily find the libcublas file, run sudo find / -iname 'libcublas*'. Then add the path to the folder containing that file into LD_LIBRARY_PATH.

提交回复
热议问题