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