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

fix pip.req import error by not using pip internal modules #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmek
Copy link

@cmek cmek commented Oct 15, 2018

parse_requirements has been moved from pip.req to pip._internal so installing with newer versions of pip throws this error:

python setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 762315e on cmek:pipreq_fix into d9fd5d3 on LINXNet:master.

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

Successfully merging this pull request may close these issues.

2 participants