Conda 在 win-64 上安装图形工具失败

Conda install graph-tool failed on win-64

我已经尝试通过 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 效果不佳。 以前没有安装这个包。

你觉得我的方法有什么问题吗?

首先,我要说的是,对于代码的来源要更加谨慎。除非您是 know/trust 用户,否则盲目从某人的个人渠道安装是有风险的。

kristanarmstrong 仅托管 Python 3.4 版本。 jithinpr2 是 Python 2.7 版本,但它也很旧,这可能是问题所在。否则,事实是 没有可靠的 Conda 频道托管 win-64graph-tool 包。 an open thread on the repo 正在讨论改进安装。

我认为您在这里真正拥有的唯一选择是遵循 the Official Installation Instructions. It looks complicated, so the Docker option 看起来这可能是您前进的最快路径,如果您只需要得到它 运行 并且不太在意的话关于 Conda 安装。

理想的解决方案是让某人为 Conda Forge 上的工具构建原料。