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 Just Getting This In My Agent Run Task. Would Appreciate If Someone Can Advise Where I Externalrequirement Is Pointing At.

I just getting this in my agent run task. Would appreciate if someone can advise where i externalrequirement is pointing at.
RequirementsManager handler <clearml_agent.helper.package.external_req.ExternalRequirements object at 0x7fa7697c36a0> raised exception: Failed installing GIT/HTTPs package '~learml == 0.17.4' clearml_agent: ERROR: Could not install task requirements! Failed installing GIT/HTTPs package '~learml == 0.17.4'

  
  
Posted 2 years ago
Votes Newest

Answers 8


You can always run the command with CLEARML_CONFIG_FILE=<YOUR clearml.conf file path>
and then the running command

For the agent you can add --config-file with the path to the configuration file

  
  
Posted 2 years ago

Hi SubstantialElk6 ,

What packages do you have under installed packaged section?

~learml == 0.17.4

feels like is should be clearml and not ~learml

  
  
Posted 2 years ago

For the agent?

  
  
Posted 2 years ago

yah i got that too. This happens when i run the client code on the same machine as the clearml-agent. So i'm wondering if sharing the same clearml.conf cause that problem. Is there a way to specify the clearml.conf instead of defaulting to ~/clearml.conf?

  
  
Posted 2 years ago

Yes for both clearml and clearml-agent

  
  
Posted 2 years ago

This is a env var?
CLEARML_CONFIG_FILE

  
  
Posted 2 years ago

yep

  
  
Posted 2 years ago

SubstantialElk6
The ~<package name with first name dropped> == a.b.c is a known conda/pip temporary install issue. (Some left over from previous package install)
The easiest way is to find the site-packages folder and delete the package, or create a new virtual environment
BTW:
pip freeze will also list these broken packages

  
  
Posted 2 years ago
585 Views
8 Answers
2 years ago
one year ago
Tags