Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation fail: No module named 'pip.req' #6278

Open
groche97 opened this issue Nov 26, 2018 · 3 comments
Open

Installation fail: No module named 'pip.req' #6278

groche97 opened this issue Nov 26, 2018 · 3 comments

Comments

@groche97
Copy link

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.

@bejito
Copy link

bejito commented Feb 10, 2019

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

@marclundgren
Copy link

same problem in 2020. RIP

@olskar
Copy link

olskar commented Feb 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants