使用 Anaconda 安装 Python 3.7 时出错

Error installing Python 3.7 with Anaconda

注意:我知道这与 上的内容非常相似,但不同之处在于我知道现在应该可以实现,但我遇到了其他人提到的问题关于答案的评论,但不在任何答案中

三天前 Python 3.7 发布了原始下载版本,昨天它在 Anaconda 上可用。在 Anaconda 的 Manage Python and Managing 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我都试了updating/installing,已经确定至少不能少pip,结果证实,# All requested packages already installed.

有没有人用 Anaconda 成功安装 Python 3.7?

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

你必须等到 Anaconda 发布 python 3.7(不仅仅是 python 3.7 包,而是整个 Anaconda),或者只安装 python 3.7独立的环境。 (我没有尝试过后者,但请注意,即使是 possible 在这一点上也只适用于 os 平台的一个子集,如果出现问题我也不会感到惊讶现有安装——我建议等到新的 Anaconda for 3.7 发布)。