[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Can I run Airflow on Windows?
You can not, given some components/dependencies are not supporting Windows.
One example is webserver. It’s built on top of gunicorn, which is only
supporting UNIX.
XD
On Wed, Dec 5, 2018 at 16:11 洋娃 <1181467533@xxxxxx> wrote:
> I have researching for a few hours now, but I can't run airflow on
> Windows. I have installed it using Python package "pip install airflow" but
> I cannot initialize it or even see the version, which I assume that it
> cannot run on Windows.