What happened?
When running pip install -r requirements.txt the following error appears:
ERROR: No matching distribution found for apache-airflow==2.7.3
My environment
Python version: 3.12.4
Pip: 24.0
Anaconda: 24.9.1
Proposed solution
Update the required version of apache-airflow to 2.10.5 which is the latest at the time of the issue creation of the 2.x versions.
What happened?
When running
pip install -r requirements.txtthe following error appears:ERROR: No matching distribution found for apache-airflow==2.7.3My environment
Python version: 3.12.4
Pip: 24.0
Anaconda: 24.9.1
Proposed solution
Update the required version of apache-airflow to 2.10.5 which is the latest at the time of the issue creation of the 2.x versions.