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 2020/04/22 02:46:32 UTC

[GitHub] [airflow] potiuk edited a comment on issue #8506: WTFroms new release 2.3.0 breaks airflow 1.10.10

potiuk edited a comment on issue #8506:
URL: https://github.com/apache/airflow/issues/8506#issuecomment-617515743


   FYI.  if you want to install airflow in repeatable way, as of airlfow 1.10.10 you have the way to install airflow repeatably no matter if there were some breaking packages:
   
   I will make it more prominent in README/INSTALL now that we have it released but this should give you an "always working" installation mechanism (note python version in the link)
   
   ```
   pip install apache-airflow[...EXTRAS_HERE..]==1.10.10 \
      --constraint https://raw.githubusercontent.com/apache/airflow/1.10.10/requirements/requirements-python3.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