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, When Installing Task'S Dependencies From

Hi, when installing Task's dependencies from requirements.txt (set force_repo_requirements_txt: true in the Agent config), I get the following error:
clearml_agent: ERROR: Failed installing GIT/HTTPs package '��a b s l - p y = = 0 . 1 3 . 0 '
The requirements file looks normal, but seems like somewhere whitespaces are inserted. Any ideas what could be the cause?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi CostlyOstrich36 . I am using clearml-agent 1.5.1 . The whitespaces are visible in the console output in ClearML dashboard. There's also some special characters in the output, before the package name as seen above. I'm assuming that's why it cannot install the dependencies.

  
  
Posted one year ago

Hi HugeSquirrel71 , what version of clearml-agent are you using? What do you mean by white spaces inserted? Via agent?

  
  
Posted one year ago
553 Views
2 Answers
one year ago
one year ago
Tags