【发布时间】:2026-01-22 20:25:01
【问题描述】:
我尝试通过 anaconda 为 python 2.7 安装图形工具:
conda install -c kristanarmstrong graph-tool
我收到以下错误:
UnsatisfiableError: The following specifications were found to be in conflict:
- graph-tool
Use "conda info <package>" to see the dependencies for each package.
我也试过:
conda install -c jithinpr2 graph-tool
conda install graph-tool
conda remove graph-tool
This 效果不佳。
以前没有安装过这个包。
有什么想法我的方法有什么问题吗?
【问题讨论】:
-
也许可以按照这个来安装它link
标签: python anaconda conda graph-tool