You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the extensive description of the codes and the tutorials.
I tried to run a tutorial, but I get an error related to networkx:
AttributeError: module 'networkx' has no attribute 'write_gpickle'
When I look in networkx documentation, all the writing modules are not related to gpickle. What version of networkx did you use? Then I can install that one and hopefully run the code.
Thanks!
Maaike
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the extensive description of the codes and the tutorials.
I tried to run a tutorial, but I get an error related to networkx:
AttributeError: module 'networkx' has no attribute 'write_gpickle'
When I look in networkx documentation, all the writing modules are not related to gpickle. What version of networkx did you use? Then I can install that one and hopefully run the code.
Thanks!
Maaike
The text was updated successfully, but these errors were encountered: