Skip to content

'Graph' object has no attribute 'nodes_iter' with networkx 2.x #3

Description

@nicholasadr

When running nosetests -v, the following error occurs:

AttributeError: 'Graph' object has no attribute 'nodes_iter'

The error disappeared after downgrading networkx. This works for me:
pip install networkx==1.9.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions