【发布时间】:2021-12-06 10:13:08
【问题描述】:
我在尝试按照https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html 的安装步骤时遇到错误
ERROR: Cannot install apache-airflow[celery]==2.2.0 because these package versions have conflicting dependencies.
The conflict is caused by:
apache-airflow[celery] 2.2.0 depends on cattrs<1.7.0 and ~=1.1; python_version > "3.6"
The user requested (constraint) cattrs==1.0.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
【问题讨论】:
标签: failed-installation airflow-2.x