简体   繁体   English

如何在Anaconda连续体回购中找到python版本?

[英]How to find python version in anaconda continuum repo?

TensorFlow is not working in python 3.7, I wish to install anaconda with python 3.6.9, in the https://repo.continuum.io/archive/ I couldn't find which version, also the https://www.anaconda.com/distribution/#download-section having only for python 3.7. TensorFlow在python 3.7中不起作用,我希望在https://repo.continuum.io/archive/中使用python 3.6.9安装anaconda,我找不到哪个版本,也找不到https://www.anaconda .com / distribution /#download-section仅适用于python 3.7。

How to find Anaconda2-5.3.1-Windows-x86.exe (in the archive) having which version of python. 如何查找具有哪个版本的python的Anaconda2-5.3.1-Windows-x86.exe(在存档中)。 Looking for Windows 寻找Windows

I am not looking to create conda env for python 3.6 我不希望为python 3.6创建conda env

By default, the detailed version is not supported. 默认情况下, 不支持详细版本

If you want Python in version 3.6.9 (with Anaconda) 如果您想使用3.6.9版的Python(带有Anaconda)

I recommend to install version 3.6. 我建议安装3.6版。 (I know you don't want...) (我知道你不要...)

This seems to be a policy implemented by the Anaconda side for version-specific management. 这似乎是Anaconda方面针对特定版本管理实施的策略。

By default Anaconda comes with Python 3.7.3, I installed that. 默认情况下,Anaconda随附了Python 3.7.3,我已经安装了它。 Spyder opens with 3.7, Then in Anaconda Prompt, conda version is 4.7.10, with this Python downgrade it is not supported properly: Spyder的版本为3.7,然后在Anaconda Prompt中,conda版本为4.7.10,此Python降级后,不正确支持该版本:

conda update conda

gives 4.7.11, then 给出4.7.11,然后

conda install python=3.6.9

installs Python 3.6.9 smoothly, Spyder opens with 3.6, 顺利安装Python 3.6.9,Spyder打开3.6,

Now TensorFlow works like a charm 现在TensorFlow就像魅力一样

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM