Hi, sorry it is not required anymore. We fixed this problem with settingpackages=['numpy==1.21.0']
in pipeline functions configuration.
Hi VastShells9 , can you add the full log of the execution?
Hi! I faced some odd problem. I'm trying to run pipelines and one of the task trying to install some dependencies with pip. I tried to skip venv creation with env variable:CLEARML_AGENT_SKIP_PIP_VENV_INSTALL=/path/to/your/python
Also I set agent.custom_build_script
. And I can see, that script was triggered, but task still tried to install some libs and fails.
Hi, sorry it is not required anymore. We fixed this problem with settingpackages=['numpy==1.21.0']
in pipeline functions configuration.
Hi VastShells9 , can you add the full log of the execution?