raphaelauv opened a new issue, #30989: URL: https://github.com/apache/airflow/issues/30989
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened ``` pip install apache-airflow[aws,slack,postgres]==2.5.3 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.3/constraints-3.7.txt" ``` throw -> ``` ollecting cattrs>=22.1.0 (from apache-airflow[aws,postgres,slack]==2.5.3) ERROR: HTTP error 502 while getting https://files.pythonhosted.org/packages/43/3b/1d34fc4449174dfd2bc5ad7047a23edb6558b2e4b5a41b25a8ad6655c6c7/cattrs-22.2.0-py3-none-any.whl (from https://pypi.org/simple/cattrs/) (requires-python:>=3.7) ERROR: Could not install requirement cattrs>=22.1.0 from https://files.pythonhosted.org/packages/43/3b/1d34fc4449174dfd2bc5ad7047a23edb6558b2e4b5a41b25a8ad6655c6c7/cattrs-22.2.0-py3-none-any.whl (from apache-airflow[aws,postgres,slack]==2.5.3) because of HTTP error 502 Server Error: Gateway Error for url: https://files.pythonhosted.org/packages/43/3b/1d34fc4449174dfd2bc5ad7047a23edb6558b2e4b5a41b25a8ad6655c6c7/cattrs-22.2.0-py3-none-any.whl for URL https://files.pythonhosted.org/packages/43/3b/1d34fc4449174dfd2bc5ad7047a23edb6558b2e4b5a41b25a8ad6655c6c7/cattrs-22.2.0-py3-none-any.whl (from https://pypi.org/simple/cattrs/) (requires-python:>=3.7) ``` ### What you think should happen instead _No response_ ### How to reproduce ``` pip install apache-airflow[aws,slack,postgres]==2.5.3 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.3/constraints-3.7.txt" ``` ### Operating System Ubuntu 22.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### 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]
