You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/23 02:47:43 UTC

[GitHub] [airflow] xqandpan opened a new issue #11756: The dependent package version is incompatible

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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #11756: The dependent package version is incompatible

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #11756:
URL: https://github.com/apache/airflow/issues/11756#issuecomment-715239448


   Do you use constraint files? https://airflow.readthedocs.io/en/latest/installation.html#getting-airflow


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #11756: The dependent package version is incompatible

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #11756:
URL: https://github.com/apache/airflow/issues/11756


   


----------------------------------------------------------------
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:
users@infra.apache.org