Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
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:

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.

  
  
Posted one year ago
Votes Newest

Answers 2


Hi, sorry it is not required anymore. We fixed this problem with setting
packages=['numpy==1.21.0']in pipeline functions configuration.

  
  
Posted one year ago

Hi VastShells9 , can you add the full log of the execution?

  
  
Posted one year ago
768 Views
2 Answers
one year ago
one year ago
Tags