問題描述
Python 3.7 alpha 版已經出來了,但是我還沒有找到有關如何使用 Anaconda 更新到 python 3.7 的任何帖子 - 也許他們會等待正式發布?有什么建議嗎?
Python 3.7 alpha version is out, but I haven't been able to find any post on how to update to python 3.7 using Anaconda - maybe they will wait for the official release? Any suggestions?
推薦答案
Python 3.7 現在可以安裝了,但是很多包還沒有更新.正如another answer here所指出的,有一個 GitHub 問題跟蹤 Anaconda 構建所有更新包的進度.
Python 3.7 is now available to be installed, but many packages have not been updated yet. As noted by another answer here, there is a GitHub issue tracking the progress of Anaconda building all the updated packages.
在有人為 Python 3.7 創建 conda 包之前,您無法安裝它.不幸的是,在 Anaconda.org (https://anaconda.org/search?q=%22python%22) 所以我看不到是否有人這樣做了.
Until someone creates a conda package for Python 3.7, you can't install it. Unfortunately, something like 3500 packages show up in a search for "python" on Anaconda.org (https://anaconda.org/search?q=%22python%22) so I couldn't see if anyone has done that yet.
您也許可以構建自己的軟件包,具體取決于您想要的操作系統.您可以從 conda-forge 用于構建 Python 的配方開始:https://github.com/conda-forge/python-feedstock/
You might be able to build your own package, depending on what OS you want it for. You can start with the recipe that conda-forge uses to build Python: https://github.com/conda-forge/python-feedstock/
在過去,我認為 Continuum 通常會等到穩定版本推出新 Python 的軟件包,但我不在那里工作,所以我不知道他們的實際政策是什么.
In the past, I think Continuum have generally waited until a stable release to push out packages for new Pythons, but I don't work there, so I don't know what their actual policy is.
這篇關于使用 anaconda 更新到 python 3.7的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!