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 Am Facing This Error While Trying To Run My Code

I am facing this error while trying to run my code

  
  
Posted one year ago
Votes Newest

Answers 6


pip show clearml-agent

  
  
Posted one year ago

how to check it?

  
  
Posted one year ago

What version of clearml-agent are you using?

  
  
Posted one year ago

ok the problem solved by "pip install virtualenv" on the agent 😁

  
  
Posted one year ago

I am running the agent by (clearml-agent daemon) so I thing it is running using virtual environment mode not docker

  
  
Posted one year ago

I'm having the same problem. You using latest clearmagent? Is your docker image a root user by default?

  
  
Posted one year ago
594 Views
6 Answers
one year ago
one year ago
Tags
Similar posts