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 11 months ago
Votes Newest

Answers 4


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 11 months ago

@<1660817815415820288:profile|TestySeaanemone95> did you try with ClearML SDK v1.14.2rc0?

  
  
Posted 11 months ago

Hi @<1660817815415820288:profile|TestySeaanemone95> , @<1658281112104865792:profile|ExasperatedDove89> - ClearML SDK v1.14.2rc0 should not require distutils - please try it out

  
  
Posted 11 months ago

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

pip install setuptools
  
  
Posted 11 months ago
606 Views
4 Answers
11 months ago
11 months ago
Tags
Similar posts