tirkarthi commented on issue #64921: URL: https://github.com/apache/airflow/issues/64921#issuecomment-4215015729
Constraints file for Airflow 3.2.0 and Python 3.12 requires Flask==3.1.3 but I see Flask==2.2.5 in pip freeze output. Try passing the constraints file during `pip install` to check if the issue occurs again. https://github.com/apache/airflow/blob/1e4c4a77332a3b71d33ef2a8f568ba9da11f5b2a/constraints-3.12.txt#L43 https://github.com/apache/airflow?tab=readme-ov-file#installing-from-pypi ``` pip install 'apache-airflow==3.2.0' \ --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.12.txt" ``` -- 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]
