pretty strange, I also noticed in example from line 2from clearml import TaskTypes
btw I think it's related clearml-task
usage; did you try to create a pipeline with decorators creating it with clearml-task
before?
from clearml import TaskTypes
That will only work if you are using the latest from the GitHub, I guess the example code was modified before a stable release ...
It's always modified when merging... 🙂
but TaskTypes is under Task
TaskTypes
was added to the clearml
namespace in one of the last commits. Should be released in the next RC.
Are you using an older task created previously?
did you try to create a pipeline with decorators creating it withÂ
clearml-task
 before?
I didn't, maybe AgitatedDove14 did?