Wondering if there's a way to get latest Meltano v...
# troubleshooting
e
Wondering if there's a way to get latest Meltano version on Ubuntu 20.04 ? Currently seeing warnings on my first time spinning it up to upgrade, but I think the upgrade didn't find anything tried
meltano upgrade
as well as
pip3 install --upgrade meltano
and I'm sitting at
v1.67.0
Thank you
v
You're on python 3.9, that's not supported 😕 @aaronsteers here's another 😮
e
ah no problem... I'm using LXD to spin up containers for prod.. and otherwise just working in virtual envs for python
I'll back off to 3.8 for now
Copy code
meltano --version
meltano, version 1.78.0
all set.. I will try to see how to upgrade, if needed, my starter project. Thanks so much