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 2021/01/08 13:18:49 UTC

[GitHub] [airflow] potiuk commented on issue #13558: Version Incompatibility in 1.10.14 between apache-airflow-backport-providers-slack & airflow-1.10.14

potiuk commented on issue #13558:
URL: https://github.com/apache/airflow/issues/13558#issuecomment-756751471


   This is because you are using poetry. Airlfow should be installed with PIP rather than poetry using the constraint files (as described in http://airflow.apache.org/docs/apache-airflow/stable/installation.html 
   
   There are far too many dependencies in airflow to manage them with multiple tools that have different resolvers. So e have PIP + constraint files. I know people were using Poetry with using the constraint files - follow the discussion here: https://github.com/apache/airflow/issues/13149#issuecomment-748062078
   
   It would be great, if you find consistent method of installation to contribute back PR to our documentation to describe how to use constraints with poetry.


----------------------------------------------------------------
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