tensorflow2.1或tensorflow2.2 ImportError: DLL load failed: 找不到指定的模块
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