bjherger / ResumeParser

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

Getting errors when setting up latest version of Resume Parser? #15

Closed Shrinidhikulkarni7 closed 5 years ago

Shrinidhikulkarni7 commented 7 years ago

I have install anaconda and when i want to create the environment from the environment.yml file I type -conda env create -f environment.yml And get this error- resolve package not found -openssl 1.0.2h 2 conda.

By the way you guys have done a great job, Thank you :)

bjherger commented 7 years ago

Hey,

What’s your OS and python version?

Also, mostly just me, but thanks! BH

Shrinidhikulkarni7 commented 7 years ago

@bjherger OS- Windows 7 Python- 2.7. Yeah, you have done a great job :)

daraed95 commented 7 years ago

I am experiencing the same issue as @Shrinidhikulkarni7 I am running Windows 7 and Python 3.6.3

bjherger commented 7 years ago

@Shrinidhikulkarni7 @bmcnitt : The version of openssl listed appears to be specific to MacOS. I've removed the openssl requirement, though anaconda will still install the correct version of openssl for your system (it is a requirement for other packages). Please confirm that this fix works for you.

daraed95 commented 6 years ago

@bjherger Appreciate the help. I a beginner at python..

It looks like I am having trouble with the dependencies in the .yml file. How would I go about fixing the problem of the terminal returning:

ResolvePackageNotFound

I did not get the error for pip 8.1.2, but I did for python 2.7.12. I tried installing this version of python and it did not resolve the issue. I removed this line and also got the error for readlines 6.2.

bjherger commented 6 years ago

@bmcnitt : Are you using anaconda to create the environment, as described in the README?

daraed95 commented 6 years ago

@bjherger Yes I am using the anaconda command prompt

bjherger commented 6 years ago

@bmcnitt : Could you send the command you're running, and the entire output?

daraed95 commented 6 years ago

@bjherger resumeparser problem.pdf

karang8 commented 6 years ago

@bjherger I'm having the same issue as @bmcnitt . Please see if there is a fix.

antu12 commented 6 years ago

dependencies:

N.B: I'm on windows 7 and changed my anaconda to install python 2.7.12

bjherger commented 6 years ago

I believe these issues are stemming from using the Python 3.X version of Anaconda, rather than the 2.7 version of Anaconda. I've updated the README to specify that the Python 2.7 version of Anaconda is required.

If any of you continue to have this issue, while using the Python 2.7 version of Anaconda, please re-open this issue and respond with your command and output, similar to @bmcnitt .

camoore2 commented 6 years ago

I'm having the same issue on Widows 7, python 2.7 in a 32 bit environment.

(py27_32) C:\Users\camoore\Documents\GitHub\ResumeParser>conda env create -f env ironment.yml Solving environment: failed

ResolvePackageNotFound:

I'm not sure how to interpret the environment.yml file. Like if there are different packages for Windows vs. Mac.

I was able to get all sqlite, zlib, tk from a conda install, but still get an issue with dependencies. Can't seem to find readline

bjherger commented 6 years ago

@camoore2 I believe the version numbers for those packages can be safely ignored. If you can create a pull request for those packages without specific versions, I’d be happy to merge it. Otherwise, it might take me a few days to make these updates.

camoore2 commented 6 years ago

I removed the version references and that worked, renamed readline to pyreadline (I'm still installing so we'll see if that works.) If I'm successful, I create the pull request and make the updates.

camoore2 commented 6 years ago

Ok, it worked.

I will be extending to find dates and titles, but this is a HUGE help to start. Thank you.

ShimiraSenarath commented 6 years ago

I'm using windows 10 python 2.7 I got this error error