You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Thomas Hillyer (JIRA)" <ji...@apache.org> on 2019/05/22 21:03:00 UTC

[jira] [Created] (AIRFLOW-4558) pip install apache-airflow[celery] cannot resolve a version of celery

Thomas Hillyer created AIRFLOW-4558:
---------------------------------------

             Summary: pip install apache-airflow[celery] cannot resolve a version of celery
                 Key: AIRFLOW-4558
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4558
             Project: Apache Airflow
          Issue Type: Bug
          Components: celery
    Affects Versions: 1.10.3
         Environment: NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

            Reporter: Thomas Hillyer


When the command
{code:java}
pip install apache-airflow[celery]{code}
is run the following error occurs
{code:java}
ERROR: Could not find a version that satisfies the requirement celery<4.2.0,>=4.1.1; extra == "celery" (from apache-airflow[celery]) (from versions: 4.0.2, 4.1.0, 4.2.1, 4.2.2, 4.3.0)
ERROR: No matching distribution found for celery<4.2.0,>=4.1.1; extra == "celery" from apache-airflow[celery])
{code}
 Celery version 4.1.1 exists but does not appear in that list



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)