<https://meltano.slack.com/archives/C069CQNHDNF/p1...
# troubleshooting
i
https://meltano.slack.com/archives/C069CQNHDNF/p1734545132836409 In reference to this thread, I set
MELTANO_CLI_LOG_LEVEL='debug'
and found where my install is getting hung up. I'm not running in a virtual environment for this utility so why is it printing "upgrading in existing virtual environment"? I'm not running meltano with pipx either. It doesn't try to "upgrade existing virtual environment" when I install my dagster utility. Should I just reinstall python at this point? What's causing the
upgrading pip for utilities/snowflake
e
why is it printing "upgrading in existing virtual environment"? I'm not running meltano with pipx either.
Plugins with are always installed in virtual environment under the hood, at least if they have a
pip_url
. The
upgrading in existing virtual environment
message means you probably changed your
pip_url
.
1