Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'DiGraph' object has no attribute 'node' #161

Open
nogagshur opened this issue May 18, 2020 · 3 comments
Open

AttributeError: 'DiGraph' object has no attribute 'node' #161

nogagshur opened this issue May 18, 2020 · 3 comments

Comments

@nogagshur
Copy link

solution explained here,

https://stackoverflow.com/questions/49016596/networkx-digraph-attribute-error-self-succ/49016885#49016885

@nbro
Copy link

nbro commented May 26, 2020

See #153.

@AOE-khkhan
Copy link

!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".

@GBR-613
Copy link

GBR-613 commented Nov 21, 2021

I suggest to close it as duplicating #165

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants