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
{{ message }}
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
Following the instructions in the README, after cloning the repository and running the setup script, I get the following output.
$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 40, in <module>
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
Is pip.req no longer around and is there a workaround?
Following the instructions in the README, after cloning the repository and running the setup script, I get the following output.
Is pip.req no longer around and is there a workaround?