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

前端 未结 8 1987
被撕碎了的回忆
被撕碎了的回忆 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:27

    Also, if you are installing using sudo you can use:

    export AIRFLOW_GPL_UNIDECODE='yes'
    sudo -E pip3 install apache-airflow
    

    (or use SLUGIFY_USES_TEXT_UNIDECODE)

提交回复
热议问题