Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: not enough values to unpack (expected 2, got 0) #4

Open
ghost opened this issue Nov 13, 2019 · 4 comments
Open

ValueError: not enough values to unpack (expected 2, got 0) #4

ghost opened this issue Nov 13, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 13, 2019

self.inputString, info['extension'] = self.readFile(f)

can you help me with this

@MiCodes2
Copy link

MiCodes2 commented Mar 7, 2020

Even, I got the same error. Let me fix this first.

@suhasdatascientist
Copy link

return ' ' only in line number 162 in resumeparser.py file, kindly change this 162 line number with return '',''
this will work

@amanbhalla017
Copy link

Hey suhas, earlier I was getting ValueError: not enough values to unpack (expected 2, got 0). After making your change in line 162, I'm getting self.inputString, info['extension'] = self.readFile(f); ValueError: not enough values to unpack (expected 2, got 1). Where else do we need to make this change to solve this error?

@pradeeptrain9
Copy link

Hey suhas, earlier I was getting ValueError: not enough values to unpack (expected 2, got 0). After making your change in line 162, I'm getting self.inputString, info['extension'] = self.readFile(f); ValueError: not enough values to unpack (expected 2, got 1). Where else do we need to make this change to solve this error?

yes getting the same issue anyone please do help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants