tensorflow2.1 ImportError: DLL load failed: 找不到指定的模块

直接给解决方式,降低tensorflow版本到tensorflow2.0即可解决问题,其他解决方式尝试很多种方法后也没有解决。

 

tensorflow2.1或tensorflow2.2 ImportError: DLL load failed: 找不到指定的模块

 使用清华源安装tensorflow2.0

pip uninstall tensorflow #卸载已安装版本

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.0.0
 

 

相关文章:

  • 2022-01-16
  • 2022-12-23
  • 2021-07-22
  • 2021-06-02
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2021-06-12
  • 2021-10-07
相关资源
相似解决方案