netx-ulx / dataplaneChangeDetection

GNU General Public License v3.0
2 stars 0 forks source link

Import errors when running Controller.py - missing installed modules #9

Open signorello opened 3 years ago

signorello commented 3 years ago

There are a few python modules used by this script (or by some classes inside it) which are required to execute this correctly (e.g., statistics, mmh3). May be we should document that somewhere, like in the prerequisites section of the README.md

You also import the p4utils into this controller script and I am not sure why.