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
Does Anyone Know Why I Keep Getting That Error?

Does anyone know why I keep getting that error?
clearml_agent: ERROR: ERROR: package manager "conda" selected, but 'conda' executable could not be located
I use an agent in 'conda' mode, and the worker machine does have conda installed:
$ which conda
/home/ubuntu/anaconda3/bin/conda

  
  
Posted 2 years ago
Votes Newest

Answers 9


Do you have conda installed on the machine running the agent? Also what versions are involved? Conda/agent

  
  
Posted 2 years ago

CrookedWalrus33 can you share the log?

  
  
Posted 2 years ago

You are running docker mode, and for nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 this image I dont think you have conda installed

  
  
Posted 2 years ago

TimelyPenguin76

  
  
Posted 2 years ago

CLEARML-AGENT version 1.1.1
conda 4.8.4

  
  
Posted 2 years ago

CrookedWalrus33 clearml agent wont install conda on the container, but you can add such with https://clear.ml/docs/latest/docs/references/sdk/task#set_base_docker -> docker_setup_bash_script

  
  
Posted 2 years ago

Yes you are right.
This is the default docker image from clearml, and I was thinking that the agent will install conda if it's not already there (like it installs pip...) Isn't it?

  
  
Posted 2 years ago

Ok. Thanks!

  
  
Posted 2 years ago

CrookedWalrus33

  
  
Posted 2 years ago
605 Views
9 Answers
2 years ago
one year ago
Tags