Weird error; my local execution hung with
ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start 2022-03-07 10:46:26,957 - clearml.Task - INFO - Repository and package analysis timed out (300.0 sec), giving up 2022-03-07 10:46:29,530 - clearml.Task - WARNING - Failed auto-detecting task repository: no info for [PosixPath('/home/idan/git/cc-ml-platform'), PosixPath('/home/idan/git/cc-ml-platform/ccmlp/mlops')] (exception SystemExit() not a BaseException subclass)
Then switched to remote execution, where it failed with
clearml_agent: ERROR: Can not run task without repository or literal script in
script.diff
But then I ran the same code again (did not change anything), and it went through fine 🤨