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

Script startup error on Kali Linux #9

Open
aligrt opened this issue Feb 28, 2021 · 1 comment
Open

Script startup error on Kali Linux #9

aligrt opened this issue Feb 28, 2021 · 1 comment

Comments

@aligrt
Copy link

aligrt commented Feb 28, 2021

I am trying to run ETF on kali it shows below error

Traceback (most recent call last):
File "./etfconsole.py,line 3, in
from termcolor import colored
ImportantError: No module named termcolor

I have already installed termcolor /use/lib/python3/dist-packages

I have tried to copy termcolor.py in "/use/lib/python2.7" but no luck.

Any solution to fix this issue.

@xqxSpl0iT
Copy link

you can use pip install termcolor to install missing packages
or use python -m pip install termcolor

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

2 participants