tensorflow2.1 ImportError: DLL load failed: 找不到指定的模块
直接给解决方式,降低tensorflow版本到tensorflow2.0即可解决问题,其他解决方式尝试很多种方法后也没有解决。

使用清华源安装tensorflow2.0
pip uninstall tensorflow #卸载已安装版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.0.0
本文介绍了解决TensorFlow2.1在Windows环境下出现DLL加载失败错误的具体步骤,通过将TensorFlow版本回退至2.0并利用清华源进行安装,成功解决了该问题。

pip uninstall tensorflow #卸载已安装版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==2.0.0
您可能感兴趣的与本文相关的镜像
TensorFlow-v2.15
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型
1483
1041

被折叠的 条评论
为什么被折叠?