Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cohere module #257

Open
AJeschor opened this issue May 6, 2024 · 3 comments · May be fixed by #266
Open

Missing cohere module #257

AJeschor opened this issue May 6, 2024 · 3 comments · May be fixed by #266

Comments

@AJeschor
Copy link

AJeschor commented May 6, 2024

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
Copy link
Author

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

@srbhr
Copy link
Owner

srbhr commented May 14, 2024

@SubramanyamChalla24 can you please take a look into this?

@xhatME
Copy link

xhatME commented May 22, 2024

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'

@JoshJarabek7 JoshJarabek7 linked a pull request May 29, 2024 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants