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.
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.