I am having upgrade issues on my linux machine whe...
# troubleshooting
g
I am having upgrade issues on my linux machine when upgrading meltano. The reason is because I have pip3 but not pip on my machine (I do have pip set as an alias to point to pip3). Error from upgrading is: "No such file or directory: 'pip'" Is there anyway I can have it point to pip3 instead?
d
@gunnar Can you please file an issue about this error so we can fix it in
meltano upgrade
? Either way, you can manually upgrade the package using
pip3 install --upgrade meltano
, and then upgrade the rest of your project using
meltano upgrade --skip-package