Note: I am aware that this is very similar to what is on this question, but it is distinct in that I know it should now be possible, but I'm experiencing a problem that someone else mentioned on a comment of an answer, but not in any answers
Three days ago Python 3.7 was released to download in the raw, and yesterday it became available on Anaconda. Between Anaconda's Manage Python and Managing Environments pages, I was able to determine what to do, but continued to get the error
UnsatisfiableError: The following specifications were found to be in conflict:
- python=3.7
Use "conda info <package>" to see the dependencies for each package.
conda info python=3.7
told me
dependencies:
vc 14.*
pip
I tried updating/installing both vc
and pip
, already being sure that at least pip
can't be lacking, and it confirmed, # All requested packages already installed.
Has anyone successfully installed Python 3.7 with Anaconda yet?