我尝试了多种方法,但无法 conda 安装软件包(在我的情况下,geopandas)。我尝试了geopandas install guide,但得到了求解器永远运行的输出。在创建新环境后,我尝试不创建环境,使用默认通道和使用conda-forge通道。没有一个工作。
$ conda create -n top
$ conda activate top
$ conda config --env --add channels conda-forge
$ conda config --env --set channel_priority strict
$ conda install python=3 geopandas
Run Code Online (Sandbox Code Playgroud)
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: \
Run Code Online (Sandbox Code Playgroud)
我不想使用,pip install因为它更喜欢使用 …