-
Notifications
You must be signed in to change notification settings - Fork 7
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
networkx 2.5 breaks #2
Comments
Additionally: |
I uploaded a new version; @asher-pembroke, would you mind trying out the new version to see if everything works now? It works on my machine(TM), but feedback would be appreciated nonetheless. |
@lamelizard 2.4 works for me! I'm on windows, btw. Thanks for building this! |
Thank you, that is great to hear. |
I tried to run the code in the readme:
But it raises the following networkx error:
AttributeError: 'Graph' object has no attribute 'pred'
I'm using
networkx==2.5
Originally posted by @asher-pembroke in #1 (comment)
The text was updated successfully, but these errors were encountered: