Getting the following error after running pip install airflow[postgres] command:
pip install airflow[postgres]
> raise RuntimeError("By default one of Airflow\'s dependenc
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]