Unanswered
What Is The Python Version An Agent Runs A Task With? The One The Agent Was Launched With, Or The Task? I.E. If Iaunch An Agent With Python 3.8.5, But A Task Is Launched Using
Hi ElegantCoyote26 ,
When a task is first executed (locally), ClearML will record the python version used to run it. When a ClearML Agent will run the task remotely, it will first try to find the exact same python version to run the task with. If the version can't be found, the Agent will try to run the task using the python version specified in it's python_binary
configuration value (if defined, see https://github.com/allegroai/clearml-agent/blob/822984301889327ae1a703ffdc56470ad006a951/docs/clearml.conf#L42 ), otherwise the python version used to run the ClearML Agent will be used
163 Views
0
Answers
3 years ago
one year ago