【发布时间】:2017-11-01 17:05:05
【问题描述】:
我正在使用 python 3.5.3 和 igraph 0.7.1。
为什么以下代码以"Process finished with exit code -1073740791 (0xC0000409)" 错误消息结束。
from igraph import Graph
g = Graph.Read_Ncol('test.csv', directed=False)
test.csv
119 205
119 625
124 133
124 764
124 813
55 86
55 205
55 598
133 764
【问题讨论】: