Conda - 创建用于ArcGIS的Anaconda环境并创建具有冲突包的环境

时间:2018-04-26 15:05:07

标签: python anaconda arcgis environment conda

我是Anaconda和conda的新手。我正在尝试创建一个带有冲突包的conda环境来创建环境。这样做的目的是创建一个用于ArcGIS的Anaconda环境。在Anaconda Prompt中,我输入:

conda create -n arc1051 python=2.7.13 numpy=1.9.3 matplotlib=1.5.2 
scipy=0.17.0 pandas pyparsing xlrd xlwt console_shortcut

我收到的错误消息是:

Solving environment:  failed

UnsatisfiableError:  The following specifications were found to be in 
conflict:
    - numpy=1.9.3
    - scipy=0.17.0 -> numpy=1.11

我认为我需要在一个环境中使用所有这些软件包,但似乎我需要将numpy更新为1.11才能在scipy 0.17.0的环境中工作。有解决方法吗?

谢谢

0 个答案:

没有答案