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, I Notice Through The Log That Clearml Cannot Find The Python3.7 That Was Installed In The Docker Container And Is Using The Worker’S Default Version.

hi, i notice through the log that ClearML cannot find the python3.7 that was installed in the docker container and is using the worker’s default version.
Warning: could not locate requested Python version 3.7, reverting to version 3.8However, when i checked in the container, > python activates the python3.7.12 interpreter. Why is ClearML unable to find the python installed in docker?

  
  
Posted 2 years ago
Votes Newest

Answers 5


PanickyAnt52 when the docker is loaded, it will search for the highest python version to use for the agent. Then when it is launching the Task itself, it will first try to match the python version requested by the Task. It does so by looking for "python3.7" ,
what are you getting when running "which python3.7" inside the docker ? Could it be you have a venv inside the docker with the diff python version ?

  
  
Posted 2 years ago

Hi!
What version of ClearML-Agent are you using?
Also from within the docker, what do you get when you run the following commands:
which python
which python3
which python3.7
which python3.8

  
  
Posted 2 years ago

yes, running which python3.7 in the docker container gives /usr/bin/python3.7

  
  
Posted 2 years ago

Hmm, what's the clearml-agent version ?

  
  
Posted 2 years ago

the agent installed in the worker is 3.8, in my docker it is 3.7

  
  
Posted 2 years ago
659 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts