Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'colorama' #117

Closed
santoshdawre opened this issue Jan 30, 2022 · 7 comments
Closed

ModuleNotFoundError: No module named 'colorama' #117

santoshdawre opened this issue Jan 30, 2022 · 7 comments

Comments

@santoshdawre
Copy link

┌──(root💀kali)-[~/Desktop/AndroRAT]
└─# python3 androRAT.py -h
Traceback (most recent call last):
File "/root/Desktop/AndroRAT/androRAT.py", line 4, in
from utils import *
File "/root/Desktop/AndroRAT/utils.py", line 14, in
from colorama import Fore, Style,init
ModuleNotFoundError: No module named 'colorama'

┌──(root💀kali)-[~/Desktop/AndroRAT]
└─# pip install -r requirements.txt
Requirement already satisfied: colorama_ in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 1)) (0.4.4)
Requirement already satisfied: pyngrok in /usr/local/lib/python3.9/dist-packages (from -r requirements.txt (line 2)) (5.1.0)
Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from pyngrok->-r requirements.txt (line 2)) (5.4.1)


please help for this error,thanks in advance

@shuence
Copy link

shuence commented Feb 12, 2022

Try uninstalling colorama by pip uninstall colorama &&
Installing it again by pip install colorama
Hope this will work .....!

@mohithreddy12
Copy link

pip uninstall colorama not working
error :- uninstall command not found

@shuence
Copy link

shuence commented Feb 15, 2022

pip uninstall <packagename>
try this

@mohithreddy12
Copy link

IMG20220215070459
Not working uninstall command

@shuence
Copy link

shuence commented Feb 15, 2022

Try posting on Stalkoverflow 👀

@Gul733
Copy link

Gul733 commented Feb 15, 2022

Try
pip install colorama
Then
pip install pyngrok

Separately
Pip install -r requirement. Command doesn't work

@karma9874
Copy link
Owner

colorama is not required anymore in the latest androrat version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants