Apache Airflow version
2.4.3
What happened
When I tried to install via the Quick Start instructions, using Python 3.11 in a venv, I got this error when I ran pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}":
ERROR: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.11.txt
What you think should happen instead
I believe there is no url set up for Airflow 2.4.3 and Python 3.11. When I ran the same instructions using Python 3.10 in a venv, there was no error at pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"
How to reproduce
- Create a Python venv based on Python 3.11
- Follow the Quick Start instructions through
pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"
- The error should appear
Operating System
MacOS 12.5.1
Versions of Apache Airflow Providers
Not applicable
Deployment
Other
Deployment details
This is just on my local machine
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Apache Airflow version
2.4.3
What happened
When I tried to install via the Quick Start instructions, using Python 3.11 in a venv, I got this error when I ran
pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}":ERROR: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.11.txtWhat you think should happen instead
I believe there is no url set up for Airflow 2.4.3 and Python 3.11. When I ran the same instructions using Python 3.10 in a venv, there was no error at
pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"How to reproduce
pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"Operating System
MacOS 12.5.1
Versions of Apache Airflow Providers
Not applicable
Deployment
Other
Deployment details
This is just on my local machine
Anything else
No response
Are you willing to submit PR?
Code of Conduct