win10+python遇到:Using TensorFlow backend.错误


错误描述:Using TensorFlow backend.

一.安装Microsoft Visual C++ 2015 Redistributable Update 3 
先在https://www.microsoft.com/en-us/download/details.aspx?id=53587 
下载Microsoft Visual C++ 2015 Redistributable Update 3。 
然后安装。 
接下来重启电脑,然后卸载tensorflow:

pip uninstall tensorflow pip uninstall tensorflow-gpu

然后再重装:

pip install tensorflow pip install tensorflow-gpu

再重新导入应该不会报错了。 
如果无法解决,看下面的方法: 
二.cmd下敲命令:

pip install --upgrade --ignore-installed setuptools

 

【注】教程转载自:https://blog.csdn.net/xiangxianghehe/article/details/72795050


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM