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

Incompatible with networkx 2.0 #1

Open
fjansson opened this issue Dec 11, 2017 · 5 comments
Open

Incompatible with networkx 2.0 #1

fjansson opened this issue Dec 11, 2017 · 5 comments

Comments

@fjansson
Copy link
Owner

MorphoSnake currently depends on NetworkX 1.x and is not compatible with 2.0 which is already included in some Linux distributions.

The NetworkX Manual](https://networkx.github.io/documentation/stable/release/migration_guide_from_1.x_to_2.0.html) has a section on migrating to be compatible with both versions. This would be the best, as version 1.x will probably be around for a while in older distributions.

Workaround: pip3 install 'networkx<2.0' , preferrably in a virtual environment.

Reported by Bernard Billoud.

@RoqueGio
Copy link
Contributor

Hi, I added compatibility with NetworkX 2.x while keeping it compatible with 1.x.

morphosnake.py.zip

@reeb
Copy link
Collaborator

reeb commented Feb 27, 2019 via email

@fjansson
Copy link
Owner Author

fjansson commented Mar 2, 2019

Thanks @RoqueGio !
I made a pull request from your repository, and merged it. Feel free to submit pull requests yourself if you make any further improvements.

@reeb
Copy link
Collaborator

reeb commented Mar 4, 2019 via email

@reeb
Copy link
Collaborator

reeb commented Mar 4, 2019 via email

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