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, Can You Help With This One:

Hi, can you help with this one: clearml_agent: ERROR: [Errno 2] No such file or directory: '/home/dhzus/.clearml/venvs-builds/3.10/bin/python
The agent can't find the python executable, it tries to look inside ...3.10/bin but locates it under ...3.10/local/bin , i've tried to manually copy it there but it rewrites itself.

  
  
Posted one month ago
Votes Newest

Answers 9


Hi @<1717350332247314432:profile|WittySeal70> , can you attach the full log and your clearml.conf ?

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36> sure! Thanks for taking a look!)

  
  
Posted one month ago

When i started agent with clearml-agent daemon --queue train it was 3.10.12. but I've installed the clearml itself and started the agent with bash were venv was not activated.

  
  
Posted one month ago

Hi @<1717350332247314432:profile|WittySeal70> , do you know what's the virtualenv version you have installed?

  
  
Posted one month ago

@<1523701070390366208:profile|CostlyOstrich36> any update here, by chance?

  
  
Posted one month ago

What is the agent version you're using?
Also, I think your git host is should be "gitlab-ssh.[domain].com" but for some reason you have "[domain].com"?

  
  
Posted one month ago

no, if you open the task logs you can see that it's git@github.com :[domain]/[repo]

unless I'm missing something

  
  
Posted one month ago

CLEARML-AGENT version 1.8.1

  
  
Posted one month ago

that issue was resolved by upgrading virtualenv to the latest version

  
  
Posted one month ago
193 Views
9 Answers
one month ago
one month ago
Tags
Similar posts