SyntaxFix
Write A Post
Hire A Developer
Questions
This can be installed via conda with the command conda install -c anaconda python=3.7 as per https://anaconda.org/anaconda/python.
conda install -c anaconda python=3.7
Though not all packages support 3.7 yet, running conda update --all may resolve some dependency failures.
conda update --all