【发布时间】:2022-01-16 07:29:14
【问题描述】:
我在尝试使用 Conda 安装 eomaps 时收到以下错误输出。我不知道如何解决这个问题。我也尝试过使用pip,但似乎并没有解决问题。这是 Conda 报告的错误:
(base) C:\Windows\system32>conda install -c conda-forge eomaps
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
这是 pip 报告的错误:
ERROR: Failed building wheel for cartopy
ERROR: Command errored out with exit status 1:
------
ERROR: Failed building wheel for fiona
ERROR: Could not build wheels for cartopy which use PEP 517 and cannot be installed directly
如何安装?
【问题讨论】: