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
!pip install networkx==2.0.0 solved my problem. In fact, version <2.4.0 solve the issue so far. On the other hand, if you want to keep latest version of networkx, then just change "node" to "nodes".
solution explained here,
https://stackoverflow.com/questions/49016596/networkx-digraph-attribute-error-self-succ/49016885#49016885
The text was updated successfully, but these errors were encountered: