Unexpected error reading GML graph
I have downloaded the gml file which contains the dolphins social network . Some time ago I did some analysis on that network running python 3.4 and networkx 1.9 on a a Windows7 machine, but now I am running on a Arch linux machine (with the same version of python but with networkx 1.10 ) and found an issue when tried to read the file. This is the code used to read the file: import networkx as nx nx.read_gml("dolphins.gml") And this is the stack trace of the error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "<string>", line 2, in read_gml File "/usr/lib/python3