mik-laj commented on issue #20032:
URL: https://github.com/apache/airflow/issues/20032#issuecomment-992104938


   ```bash
   AIRFLOW_VERSION=main
   PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"
   
CONSTRAINT_URL="https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt";
   pip install celery --constraint "${CONSTRAINT_URL}"
   ```
   See: 
https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html


-- 
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]


Reply via email to