[
https://issues.apache.org/jira/browse/AIRFLOW-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Hillyer closed AIRFLOW-4558.
-----------------------------------
Resolution: Not A Problem
Issue was due to local cheeseshop missing version
> 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
> Priority: Major
> Labels: celery, installer
>
> 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)