OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
773 stars 394 forks source link

Build dependency error #37

Closed rkapri90 closed 3 years ago

rkapri90 commented 3 years ago

Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\python 38\python.exe' 'c:\python 38\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\XXX\AppData\Local\Temp\pip-build-env-tbkbkos8\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.25' 'cymem>=2.0.2,<2.1.0' 'preshed>=3.0.2,<3.1.0' 'murmurhash>=0.28.0,<1.1.0' thinc==7.4.1 cwd: None

and so on............ Help me out,I'm using python 3.8

OmkarPathak commented 3 years ago

Please elaborate "and so on". It is very hard to interpret above error.

rkapri90 commented 3 years ago

Actually spacy is causing problem,I'm not able to install it

OmkarPathak commented 3 years ago

You then have to open an issue on their repository. Thank you 😄