我正在尝试安装NCAR命令语言套件ncl,它为大气科学家提供了一些数据处理工具。每次我收到消息:
conda create -n ncl -c conda-forge ncl
.....
UnsatisfiableError: The following specifications were found to be in conflict:
-ncl但是,当ncl是唯一列出的包时,包怎么会冲突呢?这是什么意思?
发布于 2017-12-22 23:04:26
来自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 gslhttps://stackoverflow.com/questions/47861087
复制相似问题