Colin Campbell created AIRFLOW-3494:
---------------------------------------
Summary: Dask executor has dependency conflict
Key: AIRFLOW-3494
URL: https://issues.apache.org/jira/browse/AIRFLOW-3494
Project: Apache Airflow
Issue Type: Bug
Affects Versions: 1.10.2
Reporter: Colin Campbell
In the setup.py, the dask extra installs 'distributed>=1.17.1,<2', and requires
psutl <5. However, version 1.24.1 of dask-distributed now requires psutil >=5.
[Distributed
Changelog|https://distributed.readthedocs.io/en/latest/changelog.html#id3]
This causes an error when trying to install airflow without first manually
installing distributed<=1.24.0.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)