resume-parser
resume-parser copied to clipboard
Version Issue
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..
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