jonathonbattista edited a comment on issue #12759:
URL: https://github.com/apache/airflow/issues/12759#issuecomment-742776773


   @potiuk 
   You say the dependency problem has been solved in 1.10.14 but I that is not 
what I am seeing.
   
   OAuthlib:
   ```
   pip3 install --user 'apache-airflow[google_auth]==1.10.14' --constraint 
requirements-python3.7.txt
   Collecting apache-airflow[google_auth]==1.10.14
    Downloading apache_airflow-1.10.14-py2.py3-none-any.whl (4.7 MB)
   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:
   ```
    pip3 install --user 'apache-airflow[google-auth]==1.10.14' --constraint 
requirements-python3.7.txt
   Collecting apache-airflow[google-auth]==1.10.14
   Downloading apache_airflow-1.10.14-py2.py3-none-any.whl (4.7 MB)
   ERROR: Could not find a version that satisfies the requirement 
requests-oauthlib==1.1.0; extra == "google_auth" (from 
apache-airflow[google-auth])
   ERROR: No matching distribution found for requests-oauthlib==1.1.0; extra == 
"google_auth"
   ```


----------------------------------------------------------------
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]


Reply via email to