update to python 3.7 using anaconda(使用 anaconda 更新到 python 3.7)
问题描述
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 anaconda 更新到 python 3.7


- padding='same' 转换为 PyTorch padding=# 2022-01-01
- python-m http.server 443--使用SSL? 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- 沿轴计算直方图 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01