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