-1

I'm trying to install Apache Airflow on Windows webserver 2016. Steps I performed :

  1. install pip
  2. pip install apache-airflow

apache airflow installed but not when I'm hitting any of the command nothing is working.

airflow webserver -p 8080 airflow scheduler

Please help me understand is it really possible to install apache airflow in "Windows server 2016"

Naveen
  • 41
  • 5

1 Answers1

0

I recommend you to install airflow on docker because Docker has window server support.

Sonnh
  • 81
  • 7