tvwenger / maxfield

An Ingress Linking and Fielding Strategy Generator
http://www.ingress-maxfield.com/
GNU General Public License v3.0
107 stars 58 forks source link

ImportError: No module named networkx #1

Closed kondoruy closed 8 years ago

kondoruy commented 8 years ago

C:\Python27\maxfield-master>python makePlan.py -b 2 Example.csv out/ output.pkl Traceback (most recent call last): File "makePlan.py", line 43, in import networkx as nx ImportError: No module named networkx

tvwenger commented 8 years ago

You need to install the package dependencies as stated in the Readme.

"You'll need Python (I've got 2.7) as well as networkx, numpy, and matplotlib."