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:
[email protected]