Open nogagshur opened 4 years ago
!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".
I suggest to close it as duplicating #165
solution explained here,
https://stackoverflow.com/questions/49016596/networkx-digraph-attribute-error-self-succ/49016885#49016885