You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: