did you try to create a pipeline with decorators creating it withÂ
clearml-task
 before?
I didn't, maybe AgitatedDove14 did?
It's always modified when merging... 🙂
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 ...
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?
Are you using an older task created previously?
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.