Load_graph error

Hello (in particular Mufei and VovAllen :slight_smile: ),

I’m calling load_graphs to load my individual DGLGraphs and I’m getting

dgl/data/graph_serialize.py", line 152, in load_graphs
     version = _CAPI_GetFileVersion(filename)
 NameError: name '_CAPI_GetFileVersion' is not defined

did something change in graph_serialize.py recently? I don’t have this call to “version” in my older installation.

Thanks so much.

I don’t have this call to “version” another installation.

It was my PYTHONPATH that was corrupted.
Restarted the terminal and everything is fine.

1 Like