Error: too many values to unpack (expected 2)
See original GitHub issueIm following the youtube tutorial https://youtu.be/mQtCTnmvf3A, but when i try to do the sync step i keep getting the following error:
command:
clearml-data sync --name new_data --project data_validation --parents 73ad0bab75da4c378d5abd50f48d97d7 --folder .
Output error:
`` clearml-data - Dataset Management & Versioning CLI Creating a new dataset: New dataset created id=4a73b16f5df54ae5b4d959b6cd93a687 Syncing dataset id 4a73b16f5df54ae5b4d959b6cd93a687 to local folder . Generating SHA2 hash for 1 files Hash generation completed
Error: too many values to unpack (expected 2) ``
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Python valueerror: too many values to unpack (expected 2)
The “valueerror: too many values to unpack (expected 2)” error occurs when you do not unpack all the items in a list. This...
Read more >ValueError: too many values to unpack (expected 2)
This error occurs when the number of variables doesn't match the number of values. As a result of the inequality, Python doesn't know...
Read more >ValueError: too many values to unpack (expected 2) in Python
The Python "ValueError: too many values to unpack (expected 2) in Python" occurs when the number of variables in the assignment is not...
Read more >python: ValueError: too many values to unpack (expected 2 ...
When you call a function that returns multiple values, you can "unpack" it into individual variables. ValueError: too many values to unpack ( ......
Read more >ValueError: too many values to unpack (expected 2)
Python ValueError: too many values to unpack, occurs during a multiple-assignment where you either don't have enough objects to assign to the variables...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @alans123s! Thank you for reporting this! This looks like a bug introduced in version
1.4.0
. We will fix this as soon as possible.updated to 1.5.0 and it resolved Good job 😃