jonathonbattista opened a new issue #12759: URL: https://github.com/apache/airflow/issues/12759
**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 ) - [https://github.com/apache/airflow/blob/1.10.13/setup.py](https://github.com/apache/airflow/blob/1.10.13/setup.py) - [https://raw.githubusercontent.com/apache/airflow/constraints-1.10.13/constraints-3.7.txt](https://raw.githubusercontent.com/apache/airflow/constraints-1.10.13/constraints-3.7.txt) oauthlib: - ERROR: Could not find a version that satisfies the requirement oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2; extra == "google_auth" (from apache-airflow[google-auth]) - ERROR: No matching distribution found for oauthlib!=2.0.3,!=2.0.4,!=2.0.5,<3.0.0,>=1.1.2; extra == "google_auth" requests-oauthlib: - ERROR: Could not find a version that satisfies the requirement requests-oauthlib==1.1.0; extra == "google_auth" (from apache-airflow[crypto,gcp,google-auth,kubernetes,mysql,s3,slack,statsd]) - ERROR: No matching distribution found for requests-oauthlib==1.1.0; extra == "google_auth" **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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
