How to uninstall Meltano completely? Note: I tried...
# troubleshooting
p
How to uninstall Meltano completely? Note: I tried pip uninstall
r
How did you install it?
p
It was long time ago, I am not able to recollect that
r
I assume you are seeing it in
pip list
then? No reason
pip uninstall
shouldn't work, unless you installed it with a different Python version at the time?
If you installed it with
pipx
, try
pipx uninstall meltano
.
p
tried that as well
r
Do you have any logs?
p
My main issue is my airflow is pointing to metano's python lib instead of its own
hence airflow is down
How can I fix that?
r
Well if Meltano is actually uninstalled, isn't this an Airflow configuration issue? I'm not familiar with how Airflow works.
p
I can see the meltano when I run
meltano version
command
message has been deleted
Airflow also points to the same installation path of meltano\
r
But you don't see it when you
pip list | grep meltano
?
p
Nope
I can only see pip
r
Have you tried with a different `python`/`pip` executable running
pip
or
python3 -m pip list
?
p
yes
can we connect over a zoom?
v
which meltano
on most linux systems will give you the path your path variable finds
meltano
at which may help
r
It is sort of hard to help you if you don't remember how you installed the package. Just as an example: