potiuk commented on issue #32395: URL: https://github.com/apache/airflow/issues/32395#issuecomment-1623418239
This is not a problem with 2.4.3. What you llkely had problem with is that you have not used the recommended (and the only one that can lead to reproducible install) method of installing airflow - i.e. with constraints: https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html The problem is - like with any other Python package that has no fixed requirements, that 3rd-party depenedncy release might break "plain" installation. And constraints is the way how Airflow solves it, you should always use constraints when you are installing airlfow from scratch and expect to get reproducible installaion. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
