【发布时间】:2018-02-14 18:51:45
【问题描述】:
我在 ubuntu 14.04、python 3.5.4 上安装了 graph-tool 2.26。
我可以使用图形工具,但它似乎不完整。
例如我见过这个错误:
AttributeError: module 'graph_tool.draw' has no attribute 'draw_hierarchy'
在安装之前,我确保已安装所有依赖项(在此处找到 https://git.skewed.de/count0/graph-tool/wikis/installation-instructions#manual-compilation),但我可能遇到了安装过程中安装了某些内容但未找到/未正确链接的情况。
鉴于无法找到draw_hierarchy,是否很明显可能缺少哪些依赖项或版本不合适?
这是我安装图形工具时的配置摘要。
【问题讨论】:
标签: python python-3.x graph-tool