我如何为Python 3.6下载Anaconda [英] How can I download Anaconda for python 3.6

查看:211
本文介绍了我如何为Python 3.6下载Anaconda的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当时正在研究Tensorflow对象检测项目,为此我正在将Anaconda 3与python 3.7结合使用,但是在运行对象检测演示时遇到了一些问题,我在这里阅读了几篇关于stackoverflow的文章,发现可以通过以下方法解决将Anaconda与python 3.6结合使用,但是该版本在Anaconda的下载页面上不可用只有两个版本,即Python 3.7和Python 2.7,但我需要Python 3.6.

I was working on Tensorflow object detection project, for this I am using Anaconda 3 with python 3.7 but I am facing some issues while running object detection demo, I read couple of posts here on stackoverflow and found that it can be solved by using Anaconda with python 3.6 but this version is not available at Anaconda's download page, there are only two versions i.e for Python 3.7 and Python 2.7 but I need for Python 3.6.

任何帮助都会很棒.

推荐答案

如建议

As suggested here, with an installation of the last anaconda you can create an environment just like Cleb explained or downgrade python :

conda install python=3.6.0

使用第二种解决方案,您可能会遇到与其他软件包不兼容的问题.我自己进行了测试,但没有遇到任何问题,但我想这取决于您安装的软件包.

With this second solution, you may encounter some incompatibility issues with other packages. I tested it myself and did not encounter any issue but I guess it depends on the packages you installed.

如果您不想处理环境或遇到不兼容问题,则可以在此处下载任何Anaconda版本: https ://repo.continuum.io/archive/.例如,Anaconda3-5.1.0-XXX或Anaconda3-5.2.0-XXX提供python 3.6(后缀XXX取决于您的操作系统).

If you don't want to handle environments or face incompatibilities issues, you can download any Anaconda version here: https://repo.continuum.io/archive/. For example, Anaconda3-5.1.0-XXX or Anaconda3-5.2.0-XXX provides python 3.6 (the suffix XXX depends on your OS).

要知道anaconda软件包中提供了哪个python,您可以访问发行说明页.它提供了所有anaconda版本的更新.查找您的内容并查找行

To know which python is provided in an anaconda package, you can visit the Release notes page. It provides the updates for the all anaconda versions. Find yours and look for the line

python A.B.C-> X.Y.Z

python A.B.C -> X.Y.Z

其中A.B.C是先前的版本,X.Y.Z是更新的python版本.

where A.B.C is the previous version and X.Y.Z is the updated python version.

这篇关于我如何为Python 3.6下载Anaconda的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆