导入tensorflow显示importerror dll load failed:找不到指定模块。failed to load the native tensorflow runtime
(已放弃用tensorflow)
配置:
window10
python3.7
cuda9.2(官网)
cudnn7.6.4(官网)
tensorflow安装
conda install tensorflow-gpu
pip install tensorflow
这两种方式都进行尝试,并显示安装成功,在终端输入import tensorflow:
然后我就打算重新安装tensorflow,使用pip uninstall tensorflow-gpu==2.2.0卸载掉tensorflow-gpu,然后使用conda list查看发现竟然还有tensorflow-gpu存在,并且其他的依赖也没有少,这时重新import tensorflow,发现错误解决了。。。
赞 (0)