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: [email protected]
