[
https://issues.apache.org/jira/browse/AIRFLOW-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032306#comment-17032306
]
Jarek Potiuk edited comment on AIRFLOW-6750 at 2/7/20 11:10 AM:
----------------------------------------------------------------
Will be released in 1.10.9. The workaround for older versions is to install
apache-airflow together with 'werkzeug==0.16.1'
{{pip install apache-airflow==1.10.7 werkzeug==0.16.1}}
was (Author: higrys):
Will be released in 1.10.9. The workaround for older versions is to install
apache-airflow together with 'werkzeug==0.16.1'
`pip install apache-airflow==1.10.7 werkzeug==0.16.1`
> Airflow breaks on start up after Werkzeug lib updated to 1.0.0
> --------------------------------------------------------------
>
> Key: AIRFLOW-6750
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6750
> Project: Apache Airflow
> Issue Type: Bug
> Components: scheduler, webserver
> Affects Versions: 1.10.6, 1.10.7
> Environment: Python3-strech docker image
> Reporter: Raphael Barros de Oliveira Santos
> Priority: Blocker
> Fix For: 1.10.9
>
>
> Hi there,
>
> The python package Werkzeug has just updated to version 1.0.0 which blocks
> Airflow Webserver and scheduler start up.
> Steps to reproduce:
> pip install apache-airflow==1.10.7
> airflow version
--
This message was sent by Atlassian Jira
(v8.3.4#803005)