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 has been 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?
The text was updated successfully, but these errors were encountered:
Please check you have clone the latest repo, also check if you have pip installed or not. If pip is not installed install using apt-get install python-pip for ubuntu.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: