如何解决:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15

在这里,先和大家分享下我的自己遇到的一些问题:

在进行这几步时,是相当顺利的,都没有报错:

1、conda --version
2、conda info --envs
3、conda search --full-name python
4、conda create --name tensorflow python=3.7

如何解决:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15_第1张图片
如何解决:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15_第2张图片
但是,到了这一步就遇到各种错误:

pip install tensorflow 
或
pip install --upgrade --ignore-installed tensorflow==1.15

如何解决:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15_第3张图片
如何解决:ERROR: Could not find a version that satisfies the requirement tensorflow==1.15_第4张图片
在这里插入图片描述

能试的办法都试了,但结果不尽人意,我也试了用清华的镜像源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

但也会报相似的错误,我看了其它博主的一些回复是说,这个源不能用了。

我看了其它文章,说有可能是Anaconda是32位的原因,所以我重新卸载了我的Anaconda重新安装64位的,这个是证明有效的,但是,我也不太记得我原来的的是几位的了,因为心急一下卸载了,不过确实安装了64位的能顺利操作下去,没有报错。如果你试了很多方法不行,不防试试重新卸载一遍,安装会64位的,再安装TensorFlow

这里附上 Anaconda安装方法和TensorFlow安装方法

你可能感兴趣的:(经验分享,anaconda,tensorflow)