使用Anaconda安装Python 3.7时出错

Pos*_*169 3 python error-handling anaconda python-3.7

注意:我知道这与此问题上的内容非常相似,但它的不同之处在于我知道它现在应该可行,但我遇到了其他人在回答评论时提到的问题,但是没有任何答案

三天前,Python 3.7发布了以原始版本下载,昨天它在Anaconda上发布.在Anaconda的Manage PythonManaging Environments页面之间,我能够确定要做什么,但继续得到错误

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 告诉我

dependencies: vc 14.* pip

我试图更新/安装都vcpip已经被确认至少pip不能缺乏的,而且证实,# All requested packages already installed.

有人用Anaconda成功安装了Python 3.7吗?

tec*_*ife 5

mingwandroid的最后一篇文章似乎回答了这个问题:https: //github.com/ContinuumIO/anaconda-issues/issues/9686

你必须等到Anaconda发布python 3.7(不仅仅是python 3.7软件包,而是整个Anaconda),或者在一个单独的环境中只安装python 3.7.(我没有尝试过后者,但请注意,即使只有os平台的子集,这也是可能的,如果现有安装出现打嗝我也不会感到惊讶 - 我建议等到新版本Anaconda for 3.7发布).