resume-parser icon indicating copy to clipboard operation
resume-parser copied to clipboard

Version Issue

Open mady143 opened this issue 4 years ago • 1 comments

Hi @ashaywalke Which python version is supported for this project i faced a lot of issues while done with python3 and i was unable to install cStringIO, re ,csv ,pdfminer, BeautifulSoup, urllib2, spacy some of these requirements in python2 can you help me to resolve..

Thanks and Regards, Manikantha Sekhar..

mady143 avatar Mar 27 '20 07:03 mady143

Hi @mady143

Through this reference link, I was able to make progress. you can simply change the line: from cStringIO import StringIO to from io import StringIO for python3

JatinSethi avatar Aug 27 '20 15:08 JatinSethi