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

Termcolor issue #29

Open
vishugummani opened this issue Jun 3, 2021 · 1 comment
Open

Termcolor issue #29

vishugummani opened this issue Jun 3, 2021 · 1 comment

Comments

@vishugummani
Copy link

*] Installing module 'termcolor'
Requirement already satisfied: termcolor in /usr/lib/python3/dist-packages (1.1.0)
WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
Traceback (most recent call last):
File "lfisuite.py", line 68, in
from termcolor import colored
ImportError: No module named termcolor

@ShivamRai2003
Copy link

cp /usr/lib/python3/dist-packages/termcolor.py /usr/lib/python2.7/dist-packages
python lfisuite.py -h then will work !
Cheers !

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