【问题标题】:conda: packages found to be in conflict, but only ONE package is listed. What does this mean?conda:发现有冲突的包,但只列出了一个包。这是什么意思?
【发布时间】:2018-05-31 08:39:12
【问题描述】:

我正在尝试安装 NCAR 命令语言套件ncl,它有一些供大气科学家使用的数据处理工具。每次收到消息:

conda create -n ncl -c conda-forge ncl
.....
UnsatisfiableError: The following specifications were found to be in conflict:
    -ncl

但是当ncl 是唯一列出的包时,包怎么会发生冲突呢?这是什么意思?

【问题讨论】:

  • 我无法在 macOS 上重现此错误。你在什么操作系统上?

标签: python python-3.x anaconda conda ncl


【解决方案1】:

来自https://www.ncl.ucar.edu/Download/conda.shtml

注意:NCL conda-forge 包存在一个已知问题,导致 conda 中出现“UnsatisfiableError”:

UnsatisfiableError:发现以下规范存在冲突: - ncl 截至 2017 年 12 月 20 日,我们为此问题提供了一种解决方法,强制安装“损坏”版本的 GDAL:

conda create -n ncl_fix -c conda-forge -c conda-forge/label/broken ncl poppler=0.52 xerces-c=3.1 gsl

【讨论】:

  • 首先,提供解释,而不是在答案中发布链接。
猜你喜欢
  • 2020-10-28
  • 1970-01-01
  • 1970-01-01
  • 2018-07-17
  • 1970-01-01
  • 2016-12-25
  • 2013-04-10
  • 1970-01-01
  • 2019-03-17
相关资源
最近更新 更多