I’m trying to run `pipx install meltano` but I’m g...
# getting-started
j
I’m trying to run
pipx install meltano
but I’m getting an error saying
Could not find a version that satisfies the requirement (from versions: 3.6.0b1 …)
e
Can you try with a different Python version, i.e.
pipx install meltano --python python3.9
j
So when we ran this we were on 3.11.10. We tried to switch to 3.11.9, but unsurprisingly got the same error. We ended up finding a workaround without pipx. I wish we did know the cause of it though.
e
fwiw it's worth trying with uv,
uv tool install meltano
j
thanks. I had a coworker make me aware of
uv
I think we’re planning a migration
e
nice! Of course let me know if you run into any issues