We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
you can use pip install termcolor to install missing packages or use python -m pip install termcolor
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: