如何解决“ UnsatisfiableError:发现以下规格彼此不兼容:-pip-> python = 3.6”

Cai*_*ira 5 python anaconda conda

因此,我尝试使用命令ecmwf api client安装,conda install -c conda-forge ecmwf-api-client然后标题中显示警告。我不知道该如何进行

(基础) C:\Users\caina>conda install -c conda-forge ecmwf-api-client Collecting package metadata (current_repodata.json): done Solving environment: failed Collecting package metadata (repodata.json): done Solving environment: failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

  • 点-> python = 3.6

Rol*_*ber 5

安装到新环境而不是 conda 基础环境中。最近的 Anaconda 和 Miniconda 安装程序在基本环境中具有 Python 3.7,但您正在尝试安装需要 Python 3.6 的东西。