You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/21 05:51:22 UTC

[GitHub] [airflow] dongwangdw opened a new issue, #27175: 2.2.3 deps conclicts between celery and flask.

dongwangdw opened a new issue, #27175:
URL: https://github.com/apache/airflow/issues/27175

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### What happened
   
   I try to install airflow 2.2.3. But  I got errors like: 
   ```
   ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
   celery 5.2.3 requires click<9.0,>=8.0.3, but you have click 7.1.2 which is incompatible.
   ```
   
   airflow here requires celery at least 5.2.3 which requires click <9.0,>=8.0.3. But flask 1.1.4 requres 7.1.2.
   
   ### What you think should happen instead
   
   No deps conflicts.
   
   ### How to reproduce
   
   Just install airflow 2.2.3.
   
   ### Operating System
   
   ubuntu 20.04
   
   ### Versions of Apache Airflow Providers
   
   2.2.3
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   pip install airflow==2.2.3
   python 3.10.6
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #27175: 2.2.3 deps conclicts between celery and flask.

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #27175:
URL: https://github.com/apache/airflow/issues/27175#issuecomment-1286658898

   Do you install with constraints?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #27175: 2.2.3 deps conclicts between celery and flask.

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #27175:
URL: https://github.com/apache/airflow/issues/27175#issuecomment-1286491983

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal closed issue #27175: 2.2.3 deps conclicts between celery and flask.

Posted by GitBox <gi...@apache.org>.
eladkal closed issue #27175: 2.2.3 deps conclicts between celery and flask.
URL: https://github.com/apache/airflow/issues/27175


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org