Tools

After hours of troubleshooting I have found a solution to this. I had the same issue having both python2.7 and python 3.8 installed, both pip and pip3 were symlinked to python3.8 pip.
This was my solution:
sudo apt get install python2.7
cd /usr/lib/python2.7
sudo wget 
https://bootstrap.pypa.io/get-pip.py

sudo python2.7 get-pip.py
which pip2.7
output -> /usr/local/bin/pip2.7
Now you can run:
sudo pip2.7 install drozer-2.4.4-py2-none-any.whl
  • Setup:

    • adb forward tcp:31415 tcp:31415

Last updated