amoghrajesh commented on issue #57426: URL: https://github.com/apache/airflow/issues/57426#issuecomment-3456490166
The only officially supported way to install Apache Airflow using pip is with constraints, as documented here: 🔗 https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#why-we-need-constraints Please make sure to use the constraint files, they ensure consistent and repeatable installations of Airflow and all provider dependencies. Unconstrained installations are not supported and are the most common cause of dependency-related errors like this one. -- 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]
