我已经编写了一个以前版本的igraph系统(忘了它是哪个版本),一切都很好,现在安装了新版本的igraph。该计划不再适用。
错误是:
'module' object has no attribute 'Graph'
似乎igraph模块不再有Graph类了吗?
import igraph as ig
ig.Graph()
'module' object has no attribute 'Graph'
我现在有旧版本的腌制图形对象,如何在新版本中阅读?
答案 0 :(得分:0)
我也有这个错误消息,由我来安装引起: 我第一次安装igraph
pip install igraph
已“成功”安装,但收到此消息。
The second time I installed so:
pip install python-igraph
经过更详细的安装输出后:它运行良好,并且有Graph属性。