Configuration 解决环境:失败的PackagesNotFoundError matplotlib=1.5.2

Configuration 解决环境:失败的PackagesNotFoundError matplotlib=1.5.2,configuration,anaconda,arcgis,Configuration,Anaconda,Arcgis,我正在尝试创建一个用于ArcGIS 10.5.1的蟒蛇环境。我打开Anaconda提示符并键入: C:\Users\aneme>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 PackagesNotFoundErr

我正在尝试创建一个用于ArcGIS 10.5.1的蟒蛇环境。我打开Anaconda提示符并键入:

C:\Users\aneme>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

PackagesNotFoundError:  The following packages are not available from 
current channels:

    - matplotlib=1.5.2

Current channels:

     - https://repo.continuum.io/pkgs/main/win-32
     - https://...........
     - https://.......
     etc.

有人知道这意味着什么吗?有人知道如何解决吗?

此问题的解决方案在以下链接中:。只需在Anaconda提示符中键入此命令

conda config --add channels conda-forge