Is anyone else experiencing this? I get a 404 when...
# plugins-general
t
Is anyone else experiencing this? I get a 404 when trying to install airflow
Copy code
[tanner@sato ubb-meltano]$ meltano add utility airflow
Plugin definition is already locked at /home/tanner/Projects/ubb-meltano/plugins/utilities/airflow--apache.lock.
You can remove the file manually to avoid using a stale definition.

2025-04-16T23:12:33.046375Z [info     ] Installing utility 'airflow'  
2025-04-16T23:12:35.495813Z [info     ] Logged pip install output to /home/tanner/Projects/ubb-meltano/.meltano/logs/pip/utilities/airflow/pip.log
2025-04-16T23:12:35.496198Z [error    ] Utility 'airflow' could not be installed: Failed to install plugin 'airflow'.
2025-04-16T23:12:35.496306Z [info     ] ERROR: 404 Client Error: Not Found for url: <https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-no-providers-3.13.txt>

Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.

Failed to install plugin(s)
e
Airflow does not yet support Python 3.13. You could try
meltano add --python python3.12 utility airflow