-
Notifications
You must be signed in to change notification settings - Fork 191
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
pip install: ImportError: No module named 'pip.req' #96
Comments
|
This is not pip's fault. The official docs warn against using pip's internals, such as One solution would be to manually list the requirements in |
A more direct fix would be this simple function to replace the
|
This is fixed in develop and will be in v0.7. |
* create identity provider in __init__ * Update __init__.py * black
The text was updated successfully, but these errors were encountered: