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 Initialise A Task And Ran It On My Local System But When I Try Running It With The Clearml-Agent I Always Get Errors For Modules Not Being Present In The Environment. Is There Any Way To Send The Requirements (Imported Packages) To Clearml Server So

Hi I initialise a task and ran it on my local system but when i try running it with the clearml-agent i always get errors for modules not being present in the environment.
is there any way to send the requirements (imported packages) to clearml server so that when you run it on an agent its able to run it without any errors of module not found
other then having a dedicated requirements.txt using pip freeze (which i tried but it still gave errors on packages not being available on that certain version).

  
  
Posted one month ago
Votes Newest

Answers 3


First i run it locally on windows and then when the task is initialized i run it on a clearml-agent hosted on a ubuntu machine

  
  
Posted one month ago

Hi @<1859043976472956928:profile|UpsetWhale84> , are you running on two different operating systems? Are you running locally on a newer version of python than the agent?

  
  
Posted one month ago

Then you should use this to set up packages (& versions) that will work with an ubuntu appropriate version of Python - None

  
  
Posted one month ago
457 Views
3 Answers
one month ago
one month ago
Tags