update to python 3.7 using anaconda

Dnaiel picture Dnaiel · Oct 25, 2017 · Viewed 132.9k times · Source

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?

Answer

mcguip picture mcguip · Jun 29, 2018

This can be installed via conda with the command conda install -c anaconda python=3.7 as per https://anaconda.org/anaconda/python.

Though not all packages support 3.7 yet, running conda update --all may resolve some dependency failures.