CumbersomeParrot30 , try setting the following environment variable to true:CLEARML_SKIP_PIP_VENV_INSTALL
CostlyOstrich36 Thanks for the advice. But unfortunately it didn't work. and judging by this code, this change is not enough since self._session.feature_set == "basic" the code ignores this variableskip_pip_venv_install = ENV_AGENT_SKIP_PIP_VENV_INSTALL.get() if self._session.feature_set != "basic" else None
This seems like a misunderstanding in the code 🙂 - well fix that in the coming RC