-
Notifications
You must be signed in to change notification settings - Fork 136
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
Odo 0.5.0 is incompatible with networkx 2.0 on Windows #579
Comments
This is also a problem on Linux (Ubuntu 16.04, x64) with networkx 2.0 as installed as a dependency of odo. Like for mcquin, it works when downgrading to 1.11. |
I confirm the issue and the fact that downgrading works for the present. |
I found this Migration Guide talking about transitioning support for networkx 1.x to networkx 2.x. https://networkx.github.io/documentation/latest/release/migration_guide_from_1.x_to_2.0.html The key bit for the error I saw is quoted here: I don't know the odo source code well enough to submit a meaningful pull request. I did make this one edit in my local copy of core.py in the path function, and the error DiGraph object has no attribute 'edge' went away. |
I am getting this error
|
odo.odo
fails on Windows when inserting a CSV file into a (sqlite) database due to networkx 2.0.odo (and networkx) installed/upgraded via command
pip install --upgrade odo
.test file
odo 0.5.0 with networkx 2.0:
odo 0.5.0 with networkx 1.11:
This does not appear to be a problem on OS X. I have not verified the behavior on Linux.
The text was updated successfully, but these errors were encountered: