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