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
Can Someone Confirm That

Can someone confirm that agent.python_binary is not working? My agent always chooses the system installation /usr/bin/python3.8 which results in /usr/bin/python3.8: No module named virtualenv instead of the one that I want or the one of the env which it is started from. With package manager conda it works fine. With package manager pip it chooses the wrong one.

  
  
Posted 2 years ago
Votes Newest

Answers 4


Thank you very much. I tested it on a different machine now and it works like intended. So there must be something misconfigured with this one machine.

  
  
Posted 2 years ago

Is this working in the latest version? clearml-agent falls back to /usr/bin/python3.8 no matter how I configure clearml.conf Just want to make sure, so I can investigate what's wrong with my machine if it is working for you.

  
  
Posted 2 years ago

instead of the one that I want or the one of the env which it is started from.

The default is the python that is used to run the agent.
agent.ignore_requested_python_version = true agent.python_binary = /my/selected/python3.8

  
  
Posted 2 years ago

Yes it fully supported, and should work.
Could you share the full execution log ?

  
  
Posted 2 years ago