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.69k stars 1.83k forks source link

Missing cohere module #257

Open AJeschor opened 1 month ago

AJeschor commented 1 month ago

Describe the bug I get the same issue whether I run try using a Python Virtual Environment, Pyenv, or Docker. I followed the steps from the README exactly.

Desktop (please complete the following information): OS: Debian 12 Kernel: 6.1.0-20-amd64 x86_64 Browser: Firefox ESR 115.10.0esr (64-bit)

Context

ModuleNotFoundError: No module named 'cohere'

Traceback:

File "/usr/local/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
    exec(code, module.__dict__)
File "/data/Resume-Matcher/streamlit_app.py", line 15, in <module>
    from scripts.similarity.get_score import *
File "/data/Resume-Matcher/scripts/similarity/__init__.py", line 1, in <module>
    from .get_similarity_score import find_path, get_similarity_score, read_config
File "/data/Resume-Matcher/scripts/similarity/get_similarity_score.py", line 5, in <module>
    import cohere
AJeschor commented 1 month ago

works when I used the version of requirements.txt from commit #254

srbhr commented 1 month ago

@SubramanyamChalla24 can you please take a look into this?

xhatME commented 1 month ago

This issue is still occuring as I just forked the repo and it still is in the get_similarity_score.py ModuleNotFoundError: No module named 'cohere'