-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Error installing google_auth extra on 1.10.13 #12759
Comments
Yep. Just before your issue I created those two: oauthlib/oauthlib#744 and Updated documentation for upcoming 1.10.14. You need to downgrade PyPI to 20.2.4 or use |
@potiuk The error still persists in 1.10.14.
The requests-oauthlib version is still pinned to 1.1.0 in the setup.py |
PLease use 1.10.14. Dependency problem has been solved there actually (including the oauthlib ones) and 1.10.13 is "bad" release - it has known problems with not started "depends_on_past" tasks. 1.10.14 has been officially released today. |
@potiuk OAuthlib:
requests-oauthlib:
|
Which PIp version you use ? There are several bugs in the latest released PIp 20.3 (a week ago) and PiP team is working on solving them . See #12838 for details and workarounds |
Apache Airflow version: 1.10.13
Environment: Docker
What happened:
Looks like there are conflicts between the setup.py (which limits to oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2 and requests-lib==1.1.0 ) and the version specified in the requirements-3.7.txt (which is oauthlib==3.1.0 and request-oauthlib===1.3.0 )
oauthlib:
requests-oauthlib:
What you expected to happen:
google_auth is installed successfully with constraints-3.7
How to reproduce it:
pip3 install --user 'apache-airflow[google_auth]==1.10.13' --constraint https://raw.githubusercontent.com/apache/airflow/constraints-1.10.13/constraints-3.7.txt
The text was updated successfully, but these errors were encountered: