Error while install airflow: By default one of Airflow's dependencies installs a GPL

前端 未结 8 1974
被撕碎了的回忆
被撕碎了的回忆 2021-01-31 13:50

Getting the following error after running pip install airflow[postgres] command:

> raise RuntimeError("By default one of Airflow\'s dependenc         


        
8条回答
  •  粉色の甜心
    2021-01-31 14:19

    Windows users can use the command below before installing apache-airflow:

    $ set AIRFLOW_GPL_UNIDECODE=yes
    

    then

    $ pip install apache-airflow
    

提交回复
热议问题