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

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

    Use below command to install apache-airflow

    sudo SLUGIFY_USES_TEXT_UNIDECODE=yes \
    pip install apache-airflow[async,devel,celery,crypto,druid,gcp_api,jdbc,hdfs,hive,kerberos,ldap,password,postgres,qds,rabbitmq,s3,samba,slack]
    

提交回复
热议问题