internetmap
internetmap copied to clipboard
Upgrade data-pipeline to use new networkx 2 python library
Current data pipeline requires an old version of the python networkx library (1.1). Newer versions will cause errors when aspipeline.py is run:
AttributeError: 'Graph' object has no attribute 'edge'
Current work around
- pip install networkx==1.11