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
I Think Something Is Messed Up In My Remote Agents Environment, Could Someone Lend A Hand? I'M Getting This During Remote Execution (Poetry Queue):

I think something is messed up in my remote agents environment, could someone lend a hand? I'm getting this during remote execution (poetry queue):
` Summary - installed python packages:
...

  • 'clearml==1.8.3 # ClearML - Auto-Magical Experiment Manag...'
    ...

Environment setup completed successfully
Starting Task Execution:
Traceback (most recent call last):
File "step_one.py", line 3, in <module>
from clearml import PipelineController, TaskTypes
ModuleNotFoundError: No module named 'clearml' `

  
  
Posted one year ago
Votes Newest

Answers 2


Latest (1.5.1 I believe?), full log incoming, but it's like I've posted elsewhere already 🤔
It just sets up the environment and immediately crashes when trying to run the code.
The setup itself is done correctly.

  
  
Posted one year ago

Hi UnevenDolphin73 ,can you add the full log here? What version of the agent are you using?

  
  
Posted one year ago
1K Views
2 Answers
one year ago
one year ago
Tags