I haven't used Meltano for a while but I'm trying ...
# getting-started
a
I haven't used Meltano for a while but I'm trying to get back to it now - I have a CI pipeline I built a long time ago but I've noticed it's giving me this error when trying to install Meltano:
No matching distribution found for meltano==2.10.0
Was this version yanked? I can still see it in PyPI
also, as you can see it's an old version - if I upgrade to the latest version can I expect breaking changes?
r
I would guess something to do with Python versions. Here is the 3.0 migration guide: https://docs.meltano.com/guide/v3-migration/
e
No matching distribution found for ...
could mean you're trying to install it on an unsupported Python version. 2.10.0 in particular supports 3.7-3.10.
Perhaps your CI runner now comes with a Python 3.11+ installed by default