update to python 3.7 using anaconda

后端 未结 6 990
萌比男神i
萌比男神i 2020-12-08 03:53

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

6条回答
  •  半阙折子戏
    2020-12-08 04:15

    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.


    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.

    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/

    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.

提交回复
热议问题