Skip to content

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

@nicholasadr

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions