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
$ python2 MBomb.py
Traceback (most recent call last):
File "MBomb.py", line 8, in
eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec'))
File "", line 13, in
ImportError: No module named tqdm
The text was updated successfully, but these errors were encountered:
$ python2 MBomb.py
Traceback (most recent call last):
File "MBomb.py", line 8, in
eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec'))
File "", line 13, in
ImportError: No module named tqdm
When I do pkg install tqdm it says Checking availability of current mirror: ok
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package tqdm
$ python2 MBomb.py
Traceback (most recent call last):
File "MBomb.py", line 8, in
eval(compile(base64.b64decode(eval('\x74\x72\x75\x73\x74')),'','exec'))
File "", line 13, in
ImportError: No module named tqdm
The text was updated successfully, but these errors were encountered: