xqandpan opened a new issue #11756: URL: https://github.com/apache/airflow/issues/11756
The **attrs** and **cattrs** packages version is incompatible. Check command: `pip check --use-feature=2020-resolver` Code file: https://github.com/apache/airflow/blob/master/setup.py Commit hash: 9150330 Line number: 694: 'attrs~=19.3' 696: 'cattrs~=1.0' It will caused the final installed **attrs** version is higher than 20.1.0. Why this happen? From the dependency setting of **cattrs**: https://github.com/Tinche/cattrs/blob/master/setup.py Commit hash: 2f401b9 Line number: 12: "attrs >= 20.1.0" ---------------------------------------------------------------- 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]
