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 import of parse_requirements for pip v10 #18

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

jimmyland
Copy link
Contributor

currently with the latest pip, setup fails with "ImportError: No module named req"
This fix is via: https://stackoverflow.com/questions/25192794/no-module-named-pip-req

currently with the latest pip, setup fails with "ImportError: No module named req"
This fix is via: https://stackoverflow.com/questions/25192794/no-module-named-pip-req
@raffienficiaud
Copy link
Contributor

Please bump the version as well and merge this, we are having a lot of troubles with the new students 😀

@BenjaminAllain
Copy link

Ideally, the internal pip APIs should not be called by external code. The pip development team moved pip.req to pip._internal.req in order to make this explicit.

Yet I think this PR should be merged (as a hotfix) because the current state is broken with pip version 10.

sources:
https://groups.google.com/forum/#!topic/pypa-dev/JVTfS6ZdAuM
https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program

@Rubikplayer
Copy link

Hey guys, shall we merge this PR for fixing pip v10 installation issue?

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.

5 participants