Open
Description
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