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
traceback (most recent call last):
File "/home/ramandaksh/TBomb/bomber.py", line 19, in
from utils.decorators import MessageDecorator
File "/home/ramandaksh/TBomb/utils/decorators.py", line 1, in
from colorama import Fore, Style
ModuleNotFoundError: No module named 'colorama'
ramandaksh@penguin:~/TBomb$
Getting this on Chrome os on running this using git clone
The text was updated successfully, but these errors were encountered:
traceback (most recent call last):
File "/home/ramandaksh/TBomb/bomber.py", line 19, in
from utils.decorators import MessageDecorator
File "/home/ramandaksh/TBomb/utils/decorators.py", line 1, in
from colorama import Fore, Style
ModuleNotFoundError: No module named 'colorama'
ramandaksh@penguin:~/TBomb$
Getting this on Chrome os on running this using git clone
The text was updated successfully, but these errors were encountered: