-
Notifications
You must be signed in to change notification settings - Fork 59
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.4 breaks koala #240
Comments
I got the same error in these versions: koala2=0.0.36 The local fix I put in is to upgrade to the networkx 2.1 interface (made obsolete in networkx 2.4) -- that is, change the node to nodes. That is, on line 45 of ast/astnodes.py
to
|
A pull request to fix this would be good :-) If possible, a change that allows koala to continue working with networkx 2.4 preferred, as it means projects don't have to upgrade both packages at the same time. |
I'm working on a pull request for this and the old openpyxl version issue. |
After updating to networkx 2.4, I noticed koala2 0.0.30 is broken:
If this is fixed in a later version, of koala, then do worry about it, just close. However I suspect it may not be.
The text was updated successfully, but these errors were encountered: