Ian OLeary
12/19/2024, 4:08 PMMELTANO_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
Edgar Ramírez (Arch.dev)
12/19/2024, 7:57 PMwhy 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
.