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, Does Clearml Not Yet Support Python 3.12? The Wheel Installs Correctly But We Are Getting "Modulenotfounderror: No Module Named 'Distutils'" From Site-Packages\Clearml\Backend_Config\Converters.Py:2 When Trying To Run

Hi, does ClearML not yet support python 3.12? the wheel installs correctly but we are getting "ModuleNotFoundError: No module named 'distutils'" from site-packages\clearml\backend_config\converters.py:2 when trying to run

  
  
Posted 3 months ago
Votes Newest

Answers 2


Hi @<1523703397830627328:profile|CrookedMonkey33> , we'll fix that for the next version. A quick fix for now would be to make sure setuptools is installed, I think

  
  
Posted 3 months ago

ok, thanks!

  
  
Posted 3 months ago
197 Views
2 Answers
3 months ago
3 months ago
Tags