简体   繁体   English

使用Anaconda安装Python 3.7时出错

[英]Error installing Python 3.7 with Anaconda

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. 三天前,Python 3.7已发布以供原始下载,昨天它已在Anaconda上可用。 Between Anaconda's Manage Python and Managing Environments pages, I was able to determine what to do, but continued to get the error 在Anaconda的“ Manage Python”和“ 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 told me conda info python=3.7告诉我

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. 我尝试更新/安装vcpip ,已经确保至少不能缺少pip ,并且它确认了: # All requested packages already installed.

Has anyone successfully installed Python 3.7 with Anaconda yet? 有没有人用Anaconda成功安装了Python 3.7?

The last post here by mingwandroid seems to answer the question: https://github.com/ContinuumIO/anaconda-issues/issues/9686 mingwandroid在这里发表的最后一篇文章似乎回答了这个问题: https : //github.com/ContinuumIO/anaconda-issues/issues/9686

You have to wait until Anaconda is released for python 3.7 (NOT just the python 3.7 package, but the whole of Anaconda), or install only python 3.7 in a separate environment. 您必须等到Anaconda发布用于python 3.7(不仅仅是python 3.7软件包,而是整个Anaconda),或者仅在单独的环境中安装python 3.7。 (I haven't attempted the latter, but note that even that is possible at this point only for a subset of os platforms, and I also wouldn't be surprised if there were hiccups with existing installations—I would recommend waiting until the new Anaconda for 3.7 is released). (我没有尝试过后者,但是请注意,即使在这时,这仅适用于一部分os平台也是可行的,如果现有安装出现问题,我也不会感到惊讶-我建议您等到新安装推出了3.7的Anaconda。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM