Delowar01
Delowar01
pip3 install -r requirements.txt bash: pip3: command not found pip2 install -r requirements.txt bash: pip3: command not found i have done everything but still not working can you please contact...
I already installed python3 On Fri, May 1, 2020, 1:57 AM Edgar Daniel Rojas Vazquez < [email protected]> wrote: > pip3 install -r requirements.txt > bash: pip3: command not found >...
File "fbi.py", line 12 G = '\033[32;1m' ^ TabError: inconsistent use of tabs and spaces in indentation I'm facing this error
> Thanks > But I have figured out the problem and fixed it how you solve the problem.?
ERROR: Could not find a version that satisfies the requirement requests (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for requests (from -r requirements.txt (line...
root@kali:/home/kali/fbi# ls fbi.py LICENSE README.md requirements.txt root@kali:/home/kali/fbi# pip3 install -r requirements.txt Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (2.23.0) root@kali:/home/kali/fbi# python3 fbi.py File "fbi.py", line 12...
> Thanks > But I have figured out the problem and fixed it hello boss can you help me please
I also update pip3 but now working On Fri, May 1, 2020, 6:25 PM GodofDaath wrote: > use pip3 to install the requirements instead of pip2 > and to run...
> #### sudo apt install python3-pip > #### pip3 install --upgrade pip Still not working
> use pip3 to install the requirements instead of pip2 > and to run the program use python2 fbi.py > This will run the tool on your kali linux still...