PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation fail: No module named 'pip.req'

groche97 opened this issue · 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.

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.