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.错误的主要内容,如果未能解决你的问题,请参考以下文章

TC Hangs when using quick search extended on win10 (1703)

win10+python3.5,使用requests抓取信息遇到chunked乱码的诡异问题。python2.7则不乱码

(转)运行pip报错:Fatal error in launcher: Unable to create process using '"'

win10上 安装python环境遭遇OSError: raw write()

Win10下Python虚拟环境virtualenv安装和使用

tensorflow学习