Termcolor issue
Opened this issue · 1 comments
vishugummani commented
*] 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 commented
cp /usr/lib/python3/dist-packages/termcolor.py /usr/lib/python2.7/dist-packages
python lfisuite.py -h then will work !
Cheers !