Taragolis commented on issue #36912:
URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900772724

   You need to install Airflow by provide constraints for specific Airflow and 
Python versions, for example in your case
   
   ```console
   pip install "apache-airflow==2.8.1” --constraint 
"https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.11.txt";
   ```
   
   This action will prevent surprises when upstream package is (not)updated and 
breaks some critical part of the Airflow.
   
   
https://github.com/apache/airflow/blob/ae9614db29798b45b47da69f30f4f92ce8f0c8ae/constraints-3.11.txt#L77-L79
   
   For the reference:
   - [Installation from 
PyPI](https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html)
   - [[Reminder] How to reproducibly install 
Airflow](https://lists.apache.org/thread/b8q1t3pvtky7y7mb2kjt4r2bz5bvz8qy)
   
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to