You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing all the required deps it fails on a namespace error.
(venv) misp@misp-test:~/code/BGP-Ranking$ bgpranking
Traceback (most recent call last):
File "/home/misp/code/BGP-Ranking/venv/bin/bgpranking", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/misp/code/BGP-Ranking/client/bin/bgpranking", line 43, in <module>
if args.which == 'simple':
AttributeError: 'Namespace' object has no attribute 'which'
The text was updated successfully, but these errors were encountered:
After installing all the required deps it fails on a namespace error.
The text was updated successfully, but these errors were encountered: