Zein

Results 8 comments of Zein

> @zeinramadan1 did you find a solution? yes. don't use a mac with an a1 chip, use venv not conda, and follow the solution by [Quppi] (https://github.com/Quppi) on here https://github.com/OmkarPathak/pyresparser/issues/46

> Please review this [Issue](https://github.com/kbrajwani/resume_parser/issues/1#issuecomment-830510508) . Thank you!

I keep getting this error when installing en_core_web_sm: Failed to build spacy ERROR: Could not build wheels for spacy, which is required to install pyproject.toml-based projects Not really sure what...

> install spacy 2.3.1 and download scpacy_en_core_web_sm 2.3.5 there is no en_core_web_sm version 2.3.5, I checked all the releases in this repo https://github.com/explosion/spacy-models

> > install spacy 2.3.1 and download scpacy_en_core_web_sm 2.3.5 > > there is no en_core_web_sm version 2.3.5, I checked all the releases in this repo https://github.com/explosion/spacy-models Also wanted to add...

> Complete steps Make a new environment pip install nltk > > pip install spacy==2.3.5 > > pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz > > pip install pyresparser is pyresparser the same project...