jgmarcel opened a new issue, #30416: URL: https://github.com/apache/airflow/issues/30416
### Apache Airflow version 2.5.3 ### What happened When I try to install `apache-airflow[postgres]==2.5.3`, using as constraints the URL `https://raw.githubusercontent.com/apache/airflow/constraints-2.5.3/constraints-3.11.txt`, installation fails with the following error: ``` ERROR: Cannot install apache-airflow[postgres]==2.5.3 because these package versions have conflicting dependencies. The conflict is caused by: apache-airflow[postgres] 2.5.3 depends on python-daemon>=3.0.0 The user requested (constraint) python-daemon==2.3.2 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts``` ### What you think should happen instead The installation should succeed. ### How to reproduce Follow the installation instructions given at https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html, with `AIRFLOW_VERSION` equal to `2.5.3` and `PYTHON_VERSION` equal to `3.11`. ### Operating System Ubuntu 22.04.2 LTS ### Versions of Apache Airflow Providers ``` apache-airflow-providers-common-sql==1.2.0 apache-airflow-providers-ftp==3.1.0 apache-airflow-providers-http==4.0.0 apache-airflow-providers-imap==3.0.0 apache-airflow-providers-postgres==5.2.2 apache-airflow-providers-sqlite==3.2.1 ``` ### Deployment Virtualenv installation ### Deployment details _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
