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
Hi @<1523710243865890816:profile|QuaintPelican38>
What's the clearml version ?
@<1523701205467926528:profile|AgitatedDove14> head of master branch
Is it the same with the latest RC 1.10.0rc?
Iโll make a venv and test then let you know soon ๐
Should be fixed soon (1.10 is supposed to be released next week)
BTW: what's the clearml-server version ?
The image is allegroai/clearml:1.0.2-108
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
And thanks for the consistently speedy responses with getting onto issues when they pop up!
The image is
allegroai/clearml:1.0.2-108
Yep, that makes sense, seems like a backwards compatibility issue
BTW: you should probably update the server, you're missing out on a lot of cool features ๐
Hello @<1523710243865890816:profile|QuaintPelican38> , could you try Dataset.get
ing an existent dataset and tell whether there are any errors or not?
Great to know itโs a server backwards compatibility issue!
No errors getting an existing dataset @<1537605940121964544:profile|EnthusiasticShrimp49>