Hi All - 

If you have recently installed Arches v4.0 using pip, you might get the 
following error while running setup_db:

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


If that's the case, it is probably due to a recent change in the networkx 
library hosted on pypi. Fortunately, you can easily get around this issue 
by downgrading the networkx installation in your virtual environment. With 
your virtual environment activated, simply run: 

pip uninstall networkx
pip install networkx==1.11

This issue has been resolved in the soon to be released arches upgrade.

Thanks,

Cyrus

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to