Skip to content

Incompatible with networkx 2.0 #1

Description

@fjansson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions