Anaconda中将python 3.7版本退回python 3.6版本

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Fhujinwu/article/details/85851587

最近在下载tensorflow的时候出现了如下图所示的情况:Could not find a version that satisfies the requirement tensorflow

经过一番查找资料,发现,原来在2019年,TensorFlow还不支持python3.7,所以,迫于无奈,我只能乖乖把python的版本退回到3.6版本,具体步骤也很简单。就是打开anaconda prompt ,然后输入conda install python=3.6,然后等待提示(y/n),输入y,等待十几分钟,就会提示done,这样的话,就表示python3.7已经退回到python3.6了。

 

 

猜你喜欢

转载自blog.csdn.net/Fhujinwu/article/details/85851587