asmap icon indicating copy to clipboard operation
asmap copied to clipboard

buildmap.py fails to process prefix_asns.out

Open jahway603 opened this issue 2 years ago • 0 comments

When following the instructions here, it fails when prefix_asns.out is fed to ../buildmap.py.

$ python ../buildmap.py prefix_asns.out 
Traceback (most recent call last):
  File "MY_PATH/asmap/remote_dumps/../buildmap.py", line 147, in <module>
    def PropTree(tree, approx=True) -> (list, Counter, bool):
NameError: name 'Counter' is not defined

Any suggestions on how to fix this?

jahway603 avatar Feb 27 '23 19:02 jahway603