Getting the following error after running pip install airflow[postgres] command:
pip install airflow[postgres]
> raise RuntimeError("By default one of Airflow\'s dependenc
Windows users can use the command below before installing apache-airflow:
$ set AIRFLOW_GPL_UNIDECODE=yes
then
$ pip install apache-airflow