-
Notifications
You must be signed in to change notification settings - Fork 3k
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
AttributeError: 'ParsedRequirement' object has no attribute 'req' when installing django-microsoft-auth==2.3.1 #8188
Comments
django-microsoft-auth is using pip's internals in its That's not supported - you'll need to report this issue to them. (Pip changed its internal implementation recently, which is probably why this broke). |
…tion blocking functions. Implementing create Image from Disk and export Image functionalities for GCP. pip 20.1 runs into some error while running setup.py: AttributeError: 'ParsedRequirement' object has no attribute 'req' Limiting to version 20.0.2 as a workaround until this issue is solved: pypa/pip#8188
Met this case during
|
This has been fixed in AngellusMortis/django_microsoft_auth#405 (not released yet; follow AngellusMortis/django_microsoft_auth#416 for further information). There is nothing more pip can do here. |
tried @sergey-zakharov workaround, tried upgrading only pip, no luck, with pip-tools either. Note: I am using the legacy 1.3.3 version of django_microsoft_auth, but upgraded to 2.3.1 and do not works either. |
Environment
Conda virtual environment
Description
Setting up an virtual environment using conda and installing specific package
How to Reproduce
Output
#########################
Installing the same package using
pip==20.0.2
works fine.The text was updated successfully, but these errors were encountered: