igraph版本:0.6.5
python版本:2.7.6
我正在计算graphml图转储中的中介中心性。但在阅读 Read_GraphML 函数时,会抛出以下错误:
$.ajax({
method:'POST',
url:"/store/",
headers: {
'X-CSRF-TOKEN': CSRF_TOKEN
},
data:arr,
success:function(response){
alert('successful') }
});
XML namespance似乎是正确的
egraph = Graph.Read_GraphML("/path/graph.graphml")
igraph._igraph.InternalError: Error at foreign-graphml.c:1042: xmlParseCharRef: invalid xmlChar value 55349, Parse error
任何人都可以建议可能是什么问题?它是用graphml吗?