安装 anaconda 后无法再导入图形工具
Can no longer import graph-tool after installing anaconda
我在 ubuntu 上为 python2.7 安装了 graph-tool,效果很好。我随后安装了 Anaconda。当我现在从 python 中尝试 运行ning from graph_tool.all import *
时,我收到消息 ImportError: No module named graph_tool.all
。然后我又卸载了 graph-tool 并尝试重新安装它但无济于事。我仍然收到错误 ImportError: No module named graph_tool.all
。有人知道这里可能有什么问题吗?我使用了预编译的 trusty
发行版。
如果我 运行 /usr/bin/python
我可以正常加载图形工具。
我也找到了这个 post ()。那会给我官方图形工具版本吗?
此网站提供了有关如何从源代码编译图形工具以使其与 Anaconda 一起工作的非常详细的说明 Python:
https://gist.github.com/v-pravin/949fc18d58a560cf85d2
我在 ubuntu 上为 python2.7 安装了 graph-tool,效果很好。我随后安装了 Anaconda。当我现在从 python 中尝试 运行ning from graph_tool.all import *
时,我收到消息 ImportError: No module named graph_tool.all
。然后我又卸载了 graph-tool 并尝试重新安装它但无济于事。我仍然收到错误 ImportError: No module named graph_tool.all
。有人知道这里可能有什么问题吗?我使用了预编译的 trusty
发行版。
如果我 运行 /usr/bin/python
我可以正常加载图形工具。
我也找到了这个 post (
此网站提供了有关如何从源代码编译图形工具以使其与 Anaconda 一起工作的非常详细的说明 Python: https://gist.github.com/v-pravin/949fc18d58a560cf85d2