` PS C:\XXXX> clearml-data sync --name gbsg --project Verify_DS --folder C:\XXXX --p
arents XXXX
Creating a new dataset:
New dataset created id=XXXX
Syncing dataset id XXXX to local folder C:\XXXX
Generating SHA2 hash for 2 files
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00, 985.74it/s]
Hash generation completed
Error: too many values to unpack (expected 2) `I ran the line above on my computer (replaced my local info by XXXX) in pycharm and got the corresponding output in the console. I get the same error message when I try to create a new dataset (so same code without the 'parents' argument), while I was able to generate a new one yesterday with the same code.
I have two questions about this:
Why do I get this error? The tasks keep ' running' when I look in the UI, but my computer is not running them anymore. Why does this happen and what should I do about it?
(clearml version 1.4.1, python 3.9)