Could not load dynamic library ‘libcudart.so.11.0‘; dlerror: libcudart.so.11.0: cannot open share

Could not load dynamic library ‘libcudart.so.11.0’;

dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory;

LD_LIBRARY_PATH: /apps/software/anaconda3/lib

报错截图如下:

在这里插入图片描述

经检查发现,TensorFlow导入有错,import tensorflow时报错一样:

在这里插入图片描述
本来以为是版本的问题,uninstall tensorflow再重装对应版本发现还是报错。
再尝试以下操作:

 conda install cudatoolkit=11.0

成功。

你可能感兴趣的:(跑程序,bug)