LFISuite icon indicating copy to clipboard operation
LFISuite copied to clipboard

what can i solve this problems

Open RobiulA opened this issue 3 years ago • 2 comments

python lfisuite.py Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pip in /home/robiul/.local/lib/python3.9/site-packages (21.2.4)

[*] Installing module 'termcolor' Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: termcolor in /usr/lib/python3/dist-packages (1.1.0) Traceback (most recent call last): File "lfisuite.py", line 68, in from termcolor import colored ImportError: No module named termcolor

RobiulA avatar Sep 06 '21 10:09 RobiulA

cp -r /usr/lib/python3/dist-packages/termcolor.py /usr/lib/python2.7/dist-packages

ShivamRai2003 avatar Nov 01 '21 20:11 ShivamRai2003

Remove this from the code:

try: from termcolor import colored except: solve_dependencies("termcolor") from termcolor import colored

And every word in every line which says 'colored'

a6thmfsin avatar Mar 07 '22 19:03 a6thmfsin