Thanks GiganticTurtle0 , I was able to reproduce it, a fix will be out shortly, will keep you update about it in this thread
Hi  TimelyPenguin76
No errors with this new version!
Great, thank you very much TimelyPenguin76
Sure, here is a trivial example:from clearml import Dataset dataset = Dataset.create(dataset_name="Dataset_v1.1.3", dataset_project="Mocks") dataset.finalize() loaded_dataset = Dataset.get(dataset_id=dataset.id)
GiganticTurtle0  can you try with  1.1.4rc0  version?  pip install clearml==1.1.4rc0
Hi GiganticTurtle0 ,
Can you send a small example how can I reproduce this issue?