bensta commented on issue #18932:
URL: https://github.com/apache/airflow/issues/18932#issuecomment-965537618


   Hi all, 
   I get a similar issue when installing v. 2.1.4 with python 3.8: 
   
   `pip install "apache-airflow[all]==2.1.4" --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt"`
   
   Leads to 
   ```
   ERROR: Cannot install apache-airflow[all]==2.1.4 because these package 
versions have conflicting dependencies.
   The conflict is caused by:
       apache-airflow[all] 2.1.4 depends on google-ads<8.0.0 and >=4.0.0; extra 
== "all"
       The user requested (constraint) google-ads==14.0.0
   ```
   
   But this is not the only conflict between requirements.txt and the setup.py. 
Installing the "all_dbs" extras shows a different conflict:
   
   Running 
   `pip install "apache-airflow[all_dbs]==2.1.4" --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt"`
   
   Yields: 
   ```
   The conflict is caused by:
       apache-airflow[all-dbs] 2.1.4 depends on mysql-connector-python<=8.0.22 
and >=8.0.11; extra == "all_dbs"
       The user requested (constraint) mysql-connector-python==8.0.26
   ```
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to