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
How Can I Cope With This Error?

How can I cope with this error?

  
  
Posted one year ago
Votes Newest

Answers 4


TestySeaanemone95 did you try with ClearML SDK v1.14.2rc0?

  
  
Posted one year ago

According to this distutils was removed from standard packages in python 3.12. Try to install it.
Maybe with

pip install setuptools
  
  
Posted one year ago

Hi TestySeaanemone95 , ExasperatedDove89 - ClearML SDK v1.14.2rc0 should not require distutils - please try it out

  
  
Posted one year ago

Installing setuptools didn't help. Installing python 3.10 instead 3.12 solved the problem. I should have read that ClearML supports python 2.7-3.11. Thank you guys :-)

  
  
Posted one year ago
836 Views
4 Answers
one year ago
one year ago
Tags
Similar posts