Storm-Breaker
Storm-Breaker copied to clipboard
ModuleNotFoundError: No module named 'colorama'
I tried running pip3 install colorama, it says Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: colorama in /home/soggybook/.local/lib/python3.9/site-packages (0.4.4)
The Error:
┌──(soggybook㉿kali)-[~/Storm-Breaker]
└─$ sudo python3 Storm-Breaker.py
Traceback (most recent call last):
File "/home/soggybook/Storm-Breaker/Storm-Breaker.py", line 6, in
Facing the same problem . Did you found the solution .
Saya tidak mengalami error
Pada tanggal Min, 12 Sep 2021 13:28, Sunny-png24 @.***> menulis:
Facing the same problem . Did you found the solution .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ultrasecurity/Storm-Breaker/issues/49#issuecomment-917567217, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBE7EBEZ267KXNCR7NE6NTUBRCCNANCNFSM5DWXWP4Q .
Saya tidak mengalami error Pada tanggal Min, 12 Sep 2021 13:28, Sunny-png24 @.***> menulis: … Facing the same problem . Did you found the solution . — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#49 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVBE7EBEZ267KXNCR7NE6NTUBRCCNANCNFSM5DWXWP4Q .
Hi. First run the command sudo python3 -m pip install -r requirments.txt
And then sudo bash install.sh
And then run the tool
If python3 -m pip gives you an error. Must first
Install sudo apt install python3-pip
Your Python version must be 3 to run the tool
I tried running pip3 install colorama, it says Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: colorama in /home/soggybook/.local/lib/python3.9/site-packages (0.4.4)
The Error: ┌──(soggybook㉿kali)-[~/Storm-Breaker] └─$ sudo python3 Storm-Breaker.py Traceback (most recent call last): File "/home/soggybook/Storm-Breaker/Storm-Breaker.py", line 6, in from modules import banner File "/home/soggybook/Storm-Breaker/modules/banner.py", line 2, in from colorama import Fore ModuleNotFoundError: No module named 'colorama'
I too error same
Same problem
Same shit
the same error did anyone find the solution