kaxil commented on issue #16346:
URL: https://github.com/apache/airflow/issues/16346#issuecomment-857594505


   What version of `pep562` are you using?
   
   ```
   pip show pep562
   ```
   
   Using the following command to install `apache-airflow`:
   
   ```shell
   AIRFLOW_VERSION=2.1.0
   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 "apache-airflow[async,postgres,google]==${AIRFLOW_VERSION}" 
--constraint "${CONSTRAINT_URL}"
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to