RyanSiu1995 opened a new issue #13336:
URL: https://github.com/apache/airflow/issues/13336
**Apache Airflow version**: 1.10.14
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment**: Linux
- **Cloud provider or hardware configuration**:
- **OS** (e.g. from /etc/os-release):
- **Kernel** (e.g. `uname -a`):
- **Install tools**: pip-compile
- **Others**:
**What happened**:
I tried to compile the requirements with `pip-compile`. And I have found
that `argcomplete==1.11.1` is not compatible with `importlib-metadata~=2.0`.
The logs are here.
```
Could not find a version that matches importlib-metadata<2,>=0.23,~=2.0
(from apache-airflow[github_enterprise,sentry]==1.10.14->-r requirements.in
(line 4))
Tried: 0.0, 0.1, 0.1, 0.2, 0.2, 0.3, 0.3, 0.4, 0.4, 0.5, 0.5, 0.6, 0.6, 0.7,
0.7, 0.8, 0.8, 0.9, 0.9, 0.10, 0.10, 0.11, 0.11, 0.12, 0.12, 0.13, 0.13, 0.14,
0.14, 0.15, 0.15, 0.16, 0.16, 0.17, 0.17, 0.18, 0.18, 0.19, 0.19, 0.20, 0.20,
0.21, 0.21, 0.22, 0.22, 0.23, 0.23, 1.0.0, 1.0.0, 1.1.0, 1.1.0, 1.1.1, 1.1.1,
1.1.2, 1.1.2, 1.1.3, 1.1.3, 1.2.0, 1.2.0, 1.3.0, 1.3.0, 1.4.0, 1.4.0, 1.5.0,
1.5.0, 1.5.1, 1.5.1, 1.5.2, 1.5.2, 1.6.0, 1.6.0, 1.6.1, 1.6.1, 1.7.0, 1.7.0,
2.0.0, 2.0.0, 2.1.0, 2.1.0, 2.1.1, 2.1.1, 3.0.0, 3.0.0, 3.1.0, 3.1.0, 3.1.1,
3.1.1, 3.2.0, 3.2.0, 3.3.0, 3.3.0
There are incompatible versions in the resolved dependencies:
importlib-metadata~=2.0 (from
apache-airflow[github_enterprise,sentry]==1.10.14->-r requirements.in (line 4))
importlib-metadata<2,>=0.23 (from
argcomplete==1.11.1->apache-airflow[github_enterprise,sentry]==1.10.14->-r
requirements.in (line 4))
```
**What you expected to happen**:
The dependency should not have conflict.
**How to reproduce it**:
pip-compile the airflow
**Anything else we need to know**:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]