我如何为Python 3.6下载Anaconda

编程入门 行业动态 更新时间:2024-10-28 22:24:00
本文介绍了我如何为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.

任何帮助都会很棒.

推荐答案

如建议此处,安装了最后一个蟒蛇,您可以创建一个环境,就像Cleb解释的那样或将python降级:

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: 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

本文发布于:2023-06-08 03:00:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/572870.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:何为   Python   Anaconda

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!