-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsinvalidkind:bugThis is a clearly a bugThis is a clearly a bug
Description
Apache Airflow version: 1.10.14
Kubernetes version (if you are using kubernetes) (use kubectl version): no k8s
Environment:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a): - Install tools:
- Others:
What happened:
when preparing codes for Airflow 2.0 compatibility
SolverProblemError
Because apache-airflow-backport-providers-slack (2020.10.29) depends on slackclient (>=2.0.0,<3.0.0)
and apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (1.10.14) depends on slackclient (>=1.0.0,<2.0.0), apache-airflow-backport-providers-slack (2020.10.29) is incompatible with apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (1.10.14).
So, because airflow depends on both apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (=1.10.14) and apache-airflow-backport-providers-slack (=2020.10.29), version solving failed.
What you expected to happen:
backport-providers-slack should have lower slack
How to reproduce it:
pip install apache-airflow==1.10.14
pip install apache-airflow-backport-providers-slack
Anything else we need to know:
Metadata
Metadata
Assignees
Labels
area:dependenciesIssues related to dependencies problemsIssues related to dependencies problemsinvalidkind:bugThis is a clearly a bugThis is a clearly a bug