【发布时间】:2021-02-26 03:51:11
【问题描述】:
当我在我的 Ubuntu 机器上尝试在 Anaconda3 中 conda install python-graphviz 时,它卡在了 Solving environment:
(base) $ conda install python-graphviz
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: /
有什么问题?
【问题讨论】:
-
试过
conda install -c conda-forge python-graphviz或conda install -c anaconda python-graphviz了吗? -
不走运。仍然卡在
Solving environment: failed with initial frozen solve. Retrying with flexible solve -
两种安装方法都不起作用。