srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.72k stars 1.86k forks source link

An error occurred: module 'networkx' has no attribute 'pagerank_scipy' #121

Closed pragati2112 closed 10 months ago

pragati2112 commented 10 months ago

Issue Title

An error occurred: module 'networkx' has no attribute 'pagerank_scipy'

Any help would be appreciated. using networkx==3.1 version

Thanks in advance!

srbhr commented 10 months ago

Hi @pragati2112 can you point out to which part of the code this is giving error? Page rank is from the textacy package that we are using.

pragati2112 commented 10 months ago

image_2023-08-26_13-48-30

As you can see in the image. Error is occuring while running run_first.py

Particularly encountering error in process function of class ResumeProcessor (ResumeProcessor.py)

same is happening while processing the jobdescription pdf file.

srbhr commented 10 months ago

Have you installed the files properly? pip install -r requirements.txt ?

srbhr commented 10 months ago

image It's working fine, for me.

pragati2112 commented 10 months ago

Have you installed the files properly? pip install -r requirements.txt ?

Ofcourse, i did that! But somehow, I dont know what's happening! Screenshot (91)

srbhr commented 10 months ago

Can you run streamlit run streamlit_second.py

pragati2112 commented 10 months ago

May I know, Which python version you are using??

pragati2112 commented 10 months ago

Can you run streamlit run streamlit_second.py

sure

srbhr commented 10 months ago

May I know, Which python version you are using??

3.10+

pragati2112 commented 10 months ago

May I know, Which python version you are using??

3.10+

Thanks for your help. Issue resolved!

heraldjose10 commented 3 months ago

Hi, how was this issue resolved? Thanks