我试图通过anaconda为python 2.7安装graph-tool:
end.on(:click) { select_envelope }
我遇到以下错误:
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.
This的效果不佳。
以前尚未安装此软件包。
有什么想法我的方法有什么问题吗?
答案 0 :(得分:1)
首先,我想对在哪里获取代码要更加谨慎。除非您认识/信任用户,否则从某人的个人频道盲目安装可能会有风险。
kristanarmstrong
仅托管Python 3.4版本。 jithinpr2
是Python 2.7版本,但它也很旧,可能是问题所在。否则,事实是没有可靠的Conda频道托管graph-tool
的win-64
软件包。 an open thread on the repo讨论了如何改进安装。
我认为您真正拥有的唯一选择就是遵循the Official Installation Instructions。它看起来很复杂,因此the Docker option似乎是您前进的最快途径,如果您只需要使其运行而不必太在乎Conda的安装。
理想的解决方案是让某人在Conda Forge上为该工具构建原料。