安装tensorflow后报错Could not load dynamic library ‘cudart64_110.dll‘; dlerror:cudart64_110.dll not found

Posted 夏木夕

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装tensorflow后报错Could not load dynamic library ‘cudart64_110.dll‘; dlerror:cudart64_110.dll not found相关的知识,希望对你有一定的参考价值。

本人环境:

  • anaconda内置python版本3.7
  • tensorflow版本2.6

通过以下命令安装gpu版本的tensorflow

pip install tensorflow-gpu==2.6.0

安装完成后,发现报错内容如下:

问题描述:缺少 cudart64_110.dll文件

解决办法:前往官方下载地址,下载 cudart64_110.dll 文件

以上是关于安装tensorflow后报错Could not load dynamic library ‘cudart64_110.dll‘; dlerror:cudart64_110.dll not found的主要内容,如果未能解决你的问题,请参考以下文章

[vscode][原创]pyqt5配置后报错:qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““

安装keras tensorflow指定版本后需要安装指定版本的CUDA和cudnn,否则报错 ImportError: Could not find ‘cudart64_90.dll‘.

安装keras tensorflow指定版本后需要安装指定版本的CUDA和cudnn,否则报错 ImportError: Could not find ‘cudart64_90.dll‘.

Ubuntu下TensorFlow报错:Could not load dynamic library ‘libcudnn.so.8‘; dlerror: libcudnn.so.8: cannot..

解决TensorFlow-GPU 2.x使用GPU报错:Could not load dynamic library ‘libcudnn.so.7‘

anaconda安装tensorflow问题: Could not find a version that satisfies the requirement tensorboard