conda install python=3.6 UnsatisfiableError [英] conda install python=3.6 UnsatisfiableError

查看:86
本文介绍了conda install python=3.6 UnsatisfiableError的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前通过 Anaconda Continuum 安装了 Python 3.5.2.我正在尝试升级到 Python 3.6,但是当我尝试运行 conda install python=3.6 时出现以下错误:

I currently have Python 3.5.2 installed via Anaconda Continuum. I'm trying to upgrade to Python 3.6 but I'm getting the below error when I try to run conda install python=3.6:

UnsatisfiableError:
The following specifications were found to be in conflict:
- enum34 -> python 2.6*|2.7*|3.3*|3.5*
- python ==3.6.0
Use "conda info " to see the dependencies for each package.

这可能是什么原因造成的?

What might be causing this?

推荐答案

您已经安装了 enum34,需要 2.6-3.5.因此,如果不更新 enum34 以查看较新版本是否支持 3.6、删除 enum34 或在新环境中安装 Python 3.6,则无法安装 Python 3.6.

You have enum34 installed, which requires 2.6-3.5. Installing Python 3.6 is thus not possible without either updating enum34 to see if newer versions support 3.6, removing enum34, or installing Python 3.6 in a new environment.

这篇关于conda install python=3.6 UnsatisfiableError的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆