Should be fixed soon (1.10 is supposed to be released next week)
Hello QuaintPelican38 , could you try Dataset.get
ing an existent dataset and tell whether there are any errors or not?
Is it the same with the latest RC 1.10.0rc?
Not sure if that gives you the answer? Otherwise if you can tell me which of the 7 containers to exec into and how to check, happy to do that
The image is allegroai/clearml:1.0.2-108
The image is
allegroai/clearml:1.0.2-108
Yep, that makes sense, seems like a backwards compatibility issue
And thanks for the consistently speedy responses with getting onto issues when they pop up!
No errors getting an existing dataset EnthusiasticShrimp49
Hi QuaintPelican38
What's the clearml version ?
File "/Users/david/dataset_builder.py", line 619, in save
clearml_ds.finalize()
File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/datasets/dataset.py", line 796, in finalize
self._task.mark_completed()
File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_interface/task/task.py", line 688, in mark_completed
tasks.CompletedRequest(
File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_api/services/v2_13/tasks.py", line 3702, in __init__
super(CompletedRequest, self).__init__(**kwargs)
File "/Users/david/miniconda3/envs/ml/lib/python3.9/site-packages/clearml/backend_api/session/request.py", line 24, in __init__
raise ValueError('Unsupported keyword arguments: %s' % ', '.join(kwargs.keys()))
ValueError: Unsupported keyword arguments: publish
BTW: you should probably update the server, you're missing out on a lot of cool features 🙂
Great to know it’s a server backwards compatibility issue!
I’ll make a venv and test then let you know soon 👍