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 Have Just Installed The Pypi Version Of

I have just installed the PYPI version of clearml-serving and I get the following error at the command line.

` clearml-serving --help
clearml-serving - CLI for launching ClearML serving engine

Error: <class 'argparse.FileType'> is a FileType class object, instance of it must be passed `

  
  
Posted 2 years ago
Votes Newest

Answers 4


Was that literally committed just 4 hours ago?

  
  
Posted 2 years ago

🙂

  
  
Posted 2 years ago

Yup, I can confirm that's the case.
I have just literally installed the latest commit via the master branch and it works.

  
  
Posted 2 years ago

Hi VivaciousPenguin66 ,

This issue should be fixed in the coming version, will be out soon. You can use the Github https://github.com/allegroai/clearml-serving.git version which is already fixed 🙂

  
  
Posted 2 years ago