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

Posted A-inspire

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于win10+python遇到:Using TensorFlow backend.错误的主要内容,如果未能解决你的问题,请参考以下文章