PokemonGo-Bot icon indicating copy to clipboard operation
PokemonGo-Bot copied to clipboard

Installation fail: No module named 'pip.req'

Open groche97 opened this issue 7 years ago • 3 comments

The actual installer is broken, when i ejecute ./setup.sh -i or ./setup.sh -u the instalation fails installing pgoapi. The log is: Collecting pgoapi from git+https://github.com/MerlionRock/pgoapi.git@develop#egg=pgoapi (from -r requirements.txt (line 4)) Cloning https://github.com/MerlionRock/pgoapi.git (to revision develop) to /tmp/pip-install-fboa19o8/pgoapi Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-fboa19o8/pgoapi/setup.py", line 5, in from pip.req import parse_requirements ModuleNotFoundError: No module named 'pip.req'

I reproduce it in Arch, gentoo and debian.

groche97 avatar Nov 26 '18 09:11 groche97

Same here... Is this repo still maintained btw ?

bejito avatar Feb 10 '19 12:02 bejito

same problem in 2020. RIP

marclundgren avatar Jan 23 '20 00:01 marclundgren

Edit setup.sh and add the line pip install --upgrade pip==9.0.3 above pip install -r requirements.txt --upgrade in this file.

olskar avatar Feb 21 '20 14:02 olskar