Ok thanks! And for this?
Would it be possible to support such use case? (have the clearml-agent setting-up a different python version when a task needs it?)
It's a possible feature but I doubt we'll get to it soon 😕 - I suggest simply using a docker image with several versions installed 🙂
Yeah, if it doesn't find the requested version, it warns and uses it own version
I don't think there is a direct way but if you use a docker container with a different python version inside, that works.
Hi JitteryCoyote63 ,
If python 3.10 is installed on the machine/container in which the agent is running the task and is available from the command line (using which python3.10
for example), the agent should use it if its required in the task.
ok, and if not the case, it will fall back to 3.8, right? Would it be possible to support such use case? (have the clearml-agent setting-up a different python version when a task needs it?)