You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @xayo1122
pip2 is dead , no longer supported or exist, pip is now pip3.
It's quite an annoying solution but, works.
You have to go to pypi.org, and download each lib source file (lib.tar.gz found in "Download files"), unzip it (tar -xf lib.tar.gz)
cd to the now lib directory and
python2 setup.py install (as root, or sudo )
┌──(xa㉿kali)-[~/SigPloit]
└─$ sudo pip2 install -r requirements.txt
[sudo] password for xa:
sudo: pip2: command not found
The text was updated successfully, but these errors were encountered: