question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: too many values to unpack (expected 2)

See original GitHub issue

Im 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:open
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
eugen-ajechiloae-clearmlcommented, May 25, 2022

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.

0reactions
MrTheyosyoscommented, Jun 22, 2022

updated to 1.5.0 and it resolved Good job 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found