OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
284 stars 164 forks source link

ERROR: Could not find a version that satisfies the requirement en-core-web-sm==2.0.0 via docker #19

Closed amanbabbar closed 5 years ago

amanbabbar commented 5 years ago

I am using Ubuntu 16.04. I tried by upgrading/downgrading en-core-web-sm package but got the same error every time.

yaocanwei commented 5 years ago

you can change the version which you have installed.

amanbabbar commented 5 years ago

I commented out this package in the requirements.txt file because we can install this package from pre_requisites.py script.

After doing this I got the same error with another package.

ERROR: Could not find a version that satisfies the requirement object-detection==0.1

OmkarPathak commented 5 years ago

@amanbabbar I have updated requirements.txt file. Can you try once now?

OmkarPathak commented 5 years ago

@amanbabbar any leads? If you were able to solve this issue, we can close this

amanbabbar commented 5 years ago

@OmkarPathak I did not check with a new requirements.txt file. for now, I have commented out unused packages form requiremets.txt file and its working fine. I am closing this issue.