Installation fail: No module named 'pip.req'
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 "
I reproduce it in Arch, gentoo and debian.
Same here... Is this repo still maintained btw ?
same problem in 2020. RIP
Edit setup.sh and add the line pip install --upgrade pip==9.0.3 above pip install -r requirements.txt --upgrade in this file.