Skip to content

ERROR: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.11.txt #27676

Description

@bertiewooster

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

  1. Create a Python venv based on Python 3.11
  2. Follow the Quick Start instructions through pip install "apache-airflow==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}"
  3. 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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions