bjherger / ResumeParser

A framework to parse resumes, extract contact & other information, and check for required terms
367 stars 216 forks source link

Couldn't able to run the project #21

Closed Ali-Dalal closed 5 years ago

Ali-Dalal commented 6 years ago

I get this error when I try to run this command

source activate resume

Traceback (most recent call last): File "/anaconda2/lib/python2.7/site-packages/conda/gateways/logging.py", line 64, in emit msg = self.format(record) File "/anaconda2/lib/python2.7/logging/init.py", line 734, in format return fmt.format(record) File "/anaconda2/lib/python2.7/logging/init.py", line 465, in format record.message = record.getMessage() File "/anaconda2/lib/python2.7/logging/init.py", line 329, in getMessage msg = msg % self.args File "/anaconda2/lib/python2.7/site-packages/conda/init.py", line 43, in repr return '%s: %s' % (self.class.name, text_type(self)) File "/anaconda2/lib/python2.7/site-packages/conda/init.py", line 47, in str return text_type(self.message % self._kwargs) ValueError: unsupported format character '{' (0x7b) at index 528 Logged from file exceptions.py, line 770