【发布时间】:2015-08-26 11:22:29
【问题描述】:
我正在尝试使用该页面上提到的命令从这里安装graph-tool:http://anaconda.org/vgauthier/graph-tool。
我使用了给定的命令行:
conda install -c http://conda.anaconda.org/vgauthier graph-tool
我收到以下错误:
错误:找不到图形工具的一些依赖项:pixman
所以我尝试以类似的方式安装pixman:http://anaconda.org/rwest/pixman。
conda install -c http://conda.anaconda.org/rwest pixman
这成功了。
但在尝试安装graph-tool 时,“找不到依赖项”错误仍然存在。为什么会发生这种情况,我该如何解决?没有其他我可以继续的错误消息。
【问题讨论】:
-
你用过 conda install 吗?
-
@ReblochonMasque 正如我在问题中提到的,我使用了链接页面中显示的精确命令。例如,
conda install -c http://conda.anaconda.org/vgauthier graph-tool. -
好的 - 也许你可以尝试 --> conda update conda --> conda update anaconda --> conda update graph-tool 看看是否有帮助? (这是 3 个不同的命令)。错误消息是否提供了要安装的依赖项列表?
-
@ReblochonMasque conda 和 anaconda 已经是最新版本(但我还是运行了 conda update 命令)。
conda update graph-tool失败,因为未安装graph-tool。尝试安装图形工具时显示的唯一错误是我在帖子 (complete text) 中提到的。conda list pixman表明 pixman 已经安装。可能是版本不匹配?我可以明确要求它列出带有版本的图形工具依赖项吗?