[
https://issues.apache.org/jira/browse/AIRFLOW-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769748#comment-16769748
]
Davor Cubranic edited comment on AIRFLOW-3494 at 2/15/19 9:19 PM:
------------------------------------------------------------------
psutil version restriction was raised to "<6.0.0" in commit
7f2bc0ddf74c9bf9113401c4ecb1355e6c2fab7f to fix AIRFLOW-2731:
https://github.com/apache/airflow/commit/7f2bc0ddf74c9bf9113401c4ecb1355e6c2fab7f
was (Author: davorc):
psutil version restriction was raised to "<6.0.0" in commit
7f2bc0ddf74c9bf9113401c4ecb1355e6c2fab7f to fix AIRFLOW-2731:
[https://github.com/apache/airflow/commit/7f2bc0ddf74c9bf9113401c4ecb1355e6c2fab7f|GH
airflow/airflow#7f2bc0ddf7]
> 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.1
> Reporter: Colin Campbell
> Priority: Minor
>
> 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)