You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/18 16:07:59 UTC

[GitHub] [airflow] kaxil commented on issue #14811: Latest SQLAlchemy (1.4) Incompatible with latest sqlalchemy_utils

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


   @jonasrla If you install Airflow with constraints file you won't need to do that:
   
   https://github.com/apache/airflow#installing-from-pypi
   
   Example:
   
   ```
   pip install apache-airflow==2.0.1 \
    --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.0.1/constraints-3.7.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.

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