internetmap icon indicating copy to clipboard operation
internetmap copied to clipboard

Upgrade data-pipeline to use new networkx 2 python library

Open ssawchenko opened this issue 6 years ago • 0 comments

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

ssawchenko avatar Feb 15 '19 23:02 ssawchenko