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 #1

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

paulmelnikow
Copy link

Fix mattloper#20

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
@paulmelnikow paulmelnikow merged commit 1e4ba5e into master Jul 13, 2018
@paulmelnikow paulmelnikow deleted the mattloper_pr_18 branch July 13, 2018 15:46
@paulmelnikow
Copy link
Author

paulmelnikow commented Sep 8, 2018

mattloper#18 has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation broken with pip 10
2 participants