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 'edge' - when trying to use odo #615

Closed
bwhitby opened this issue Sep 10, 2018 · 3 comments

Comments

@bwhitby
Copy link

bwhitby commented Sep 10, 2018

I'm trying to use odo and i'm getting the above error message.
Down grading networkx seems to be one suggest solution, but is proving to be a hassle?
When will odo work with networkx 2.1?
Or is there another cause/ fix.

thanx

@groutr
Copy link
Contributor

groutr commented Sep 22, 2018

Odo will not work with NetworkX >=2.0. To use the latest released version of odo, you need to downgrade to an earlier version of networkx (pre 2.0)

@sorenwacker
Copy link

sorenwacker commented Oct 2, 2018

Will this be fixed in future versions of odo?
And which version of networkx would you recommend?

@groutr
Copy link
Contributor

groutr commented Oct 2, 2018

@soerendip I'd use the latest 1.x version of networkx (1.11 I think). I submitted a PR that fixes this, but I don't know who maintains this library.

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

3 participants