简体   繁体   English

UnsatisfiableError:发现以下规范存在冲突:conda 4.0.8 *-> conda-env <2.5-> python 2.7 *-python 3.6 *

[英]UnsatisfiableError: The following specifications were found to be in conflict: conda 4.0.8* -> conda-env <2.5 -> python 2.7* - python 3.6*

I am new to Python. 我是Python的新手。 I am trying to use Graphlab create launcher to import Graphlab libraries in my python notebook. 我正在尝试使用Graphlab create launcher在我的python笔记本中导入Graphlab库。 I already have Anaconda installed on my MacBook Pro(OSX). 我已经在MacBook Pro(OSX)上安装了Anaconda。

When I start to run Graphlab create launcher, I get following error, 当我开始运行Graphlab create launcher时,出现以下错误,


UnsatisfiableError: The following specifications were found to be in conflict:
  - conda 4.0.8* -> conda-env <2.5 -> python 2.7*
  - python 3.6*
Use "conda info <package>" to see the dependencies for each package.

You can find the detail of the log at https://github.com/jaysara/Python-ML/blob/master/launcher-install-log.txt 您可以在https://github.com/jaysara/Python-ML/blob/master/launcher-install-log.txt中找到日志的详细信息

Can anyone help, why am I getting this error ? 谁能帮忙,为什么我会收到此错误?

You will have to first install latest update of anaconda and then install graphlab. 您将必须先安装anaconda的最新更新,然后再安装graphlab。 The best way to use graphlab is using a Virtual env that I guess you are using. 使用graphlab的最佳方法是使用我想您正在使用的Virtual env You may try in your terminal 您可以在终端中尝试

conda update conda

To first get latest anaconda that may support graphlab. 首先获取可能支持graphlab的最新水蟒。 You may like to read the documentation on Graphlab how to create virtual env and install graphlab to correct if you have done any mistake : Link 您可能想阅读Graphlab上的文档,了解如何创建virtual env以及如何安装graphlab来纠正是否出错: 链接

I was having problems with: conda install -y -c bioconda cwltool 我遇到问题:conda install -y -c bioconda cwltool

I solved it by : conda config --add channels conda-forge 我通过以下方法解决了这个问题:conda config --add channels conda-forge

the package (cwltool) I was trying to install could not solve dependencies that where satisfied in a different channel 我尝试安装的软件包(cwltool)无法解决在其他渠道中满足的依赖关系

暂无
暂无

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

相关问题 UnsatisfiableError:发现以下规范存在冲突:-opencv3-&gt; python 2.7 *-python 3.6 * - UnsatisfiableError: The following specifications were found to be in conflict: - opencv3 -> python 2.7* - python 3.6* UnsatisfiableError:发现以下规范存在冲突:-pil-&gt; python 2.6 *-python 3.6 * - UnsatisfiableError: The following specifications were found to be in conflict: - pil -> python 2.6* - python 3.6* conda install python=3.6 UnsatisfiableError - conda install python=3.6 UnsatisfiableError Anaconda - 不满意的错误:发现以下规格存在冲突 - Anaconda - UnsatisfiableError: The following specifications were found to be in conflict 如何修复“UnsatisfiableError:发现以下规范相互不兼容:-pip -&gt; python=3.6” - How to fix "UnsatisfiableError: The following specifications were found to be incompatible with each other: - pip -> python=3.6" 如何修复:unsatisfiableerror:发现以下规范存在冲突 - how to fix :unsatisfiableerror: the following specifications were found to be in conflict 如何在conda环境中将python 2.7替换为3.6? - How to replace python 2.7 to 3.6 in a conda environment? 当我遇到UnsatisfiableError时,如何安装tensorflow:发现以下规范存在冲突:…? - How can I install tensorflow when I'm getting UnsatisfiableError: The following specifications were found to be in conflict: …? 尝试使用anaconda安装mavlink。 我不断收到“ UnsatisfiableError:发现以下规格存在冲突:” - Trying to install mavlink using anaconda. I keep getting “ UnsatisfiableError: The following specifications were found to be in conflict:” UnsatisfiableError:发现以下规范相互不兼容:<empty list></empty> - UnsatisfiableError: The following specifications were found to be incompatible with each other: <empty list>
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM