Hi folks Can someone push me in the right directio...
# troubleshooting
s
Hi folks Can someone push me in the right direction dealing with this please?
Copy code
meltano add --plugin-type orchestrator airflow
yields
Copy code
error: Error while accessing remote requirements file: `<https://raw.githubusercontent.com/apache/airflow/constraints-2.10.5/constraints-3.14.txt>`
looks like that branch has been deleted
r
You could try (if you haven't already) updating the
pip_url
to reference the constraints-2-11 branch instead, although looks like you would have to run with Python <=3.8, <3.13. Here's how to configure the Python version for a specific plugin: https://docs.meltano.com/reference/settings/#python Otherwise, you could try updating to
apache-airflow==3.x
(i.e. a version that does support Python 3.14) and therefore
constraints-3-x
, but there may be breaking changes that make it incompatible with the utility as-is.
s
Thanks for the insights Reuben, I'll see if I find a minute to test & fix the repo if it works
🙏 1
r
Thanks, I think it is in need of some love 😅