OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
285 stars 164 forks source link

exception when try to load more than 25 resumes #12

Closed suhasdatascientist closed 5 years ago

suhasdatascientist commented 5 years ago

Hello Omkar, I am getting error like this

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "resume_parser/resume_parser.py", line 80, in results = [p.get() for p in results] File "resume_parser/resume_parser.py", line 80, in results = [p.get() for p in results] File "C:\Users\EDUBRIDGE.conda\envs\resume_parser_working\lib\multiprocessing\pool.py", line 644, in get raise self._value IndexError: list index out of range

OmkarPathak commented 5 years ago

@suhasdatascientist Hi, I tried running the parser with 39 resumes and it works fine. I am not able to reproduce the error. Can you please provide the Python version, OS version so that I can look into this?

suhasdatascientist commented 5 years ago

Windows10 , Python 3.6

On Fri, May 10, 2019, 9:04 AM Omkar Pathak notifications@github.com wrote:

@suhasdatascientist https://github.com/suhasdatascientist Hi, I tried running the parser with 39 resumes and it works fine. I am not able to reproduce the error. Can you please provide the Python version, OS version so that I can look into this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491143596, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVS45T4AJMBH526KAMDPUTUNJANCNFSM4HL2BXIA .

suhasdatascientist commented 5 years ago

Which version u r using ?

On Fri, May 10, 2019, 9:05 AM suhas suhas suhas.datascientist@gmail.com wrote:

Windows10 , Python 3.6

On Fri, May 10, 2019, 9:04 AM Omkar Pathak notifications@github.com wrote:

@suhasdatascientist https://github.com/suhasdatascientist Hi, I tried running the parser with 39 resumes and it works fine. I am not able to reproduce the error. Can you please provide the Python version, OS version so that I can look into this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491143596, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVS45T4AJMBH526KAMDPUTUNJANCNFSM4HL2BXIA .

OmkarPathak commented 5 years ago

@suhasdatascientist I am using Win10 and Python 3.7. But I have tested this on each Python version > 3.5

suhasdatascientist commented 5 years ago

Could u please share the folder the one you r r running right now

On Fri, May 10, 2019, 9:08 AM Omkar Pathak notifications@github.com wrote:

@suhasdatascientist https://github.com/suhasdatascientist I am using Win10 and Python 3.7. But I have tested this on each Python version > 3.5

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491144170, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVQYNGEZDZGYCDE572LPUTU23ANCNFSM4HL2BXIA .

OmkarPathak commented 5 years ago

I can't share my folder here

suhasdatascientist commented 5 years ago

OK no worries, will check myself and let you know further

On Fri, May 10, 2019, 9:11 AM Omkar Pathak notifications@github.com wrote:

I can't share my folder here

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491144647, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVVBCFHOEE5X7BLUMFTPUTVHBANCNFSM4HL2BXIA .

OmkarPathak commented 5 years ago

According to this post, we are getting an exception internally in multiprocessing lib. May be one of your resumes are not getting parsed properly. Can you try on a smaller dataset once?

suhasdatascientist commented 5 years ago

Sure will check and update

On Fri, May 10, 2019, 9:13 AM Omkar Pathak notifications@github.com wrote:

According to this https://stackoverflow.com/questions/22790672/pool-map-from-multiprocessing-raises-indexerror post, we are getting an exception internally in multiprocessing lib. May be one of your resumes are not getting parsed properly. Can you try on a smaller dataset once?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491144897, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVX362WHDGBRXTVCX5TPUTVNJANCNFSM4HL2BXIA .

suhasdatascientist commented 5 years ago

pfa the resumes

On Fri, May 10, 2019 at 9:16 AM suhas suhas suhas.datascientist@gmail.com wrote:

Sure will check and update

On Fri, May 10, 2019, 9:13 AM Omkar Pathak notifications@github.com wrote:

According to this https://stackoverflow.com/questions/22790672/pool-map-from-multiprocessing-raises-indexerror post, we are getting an exception internally in multiprocessing lib. May be one of your resumes are not getting parsed properly. Can you try on a smaller dataset once?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/12#issuecomment-491144897, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVKMVX362WHDGBRXTVCX5TPUTVNJANCNFSM4HL2BXIA .

OmkarPathak commented 5 years ago

@suhasdatascientist closing this issue as we were able to parse close to 700 resumes without any error