zhzhang commented on issue #15447:
URL: https://github.com/apache/airflow/issues/15447#issuecomment-824229341


   @AlienationX you can include the needed constraint dependencies by doing
   ```
   pip install apache-airflow==2.0.1 --constraint <constraint file for your env>
   ```
   as described 
[here](https://airflow.apache.org/docs/apache-airflow/stable/start/local.html).
   
   If you're using poetry, you can do `poetry run pip ...` followed by the same 
command instead.
   
   
   


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