-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Testing of Resume Matcher #244
Comments
Hello! I just went through the install process and getting errors about missing cohere and qdrant modules. I resolved after pip install qdrant_client and pip install cohere and working. File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 5, in <module>
import cohere
ModuleNotFoundError: No module named 'cohere' File "C:\Users\brend\Desktop\Resume-Matcher\scripts\similarity\get_similarity_score.py", line 7, in <module>
from qdrant_client import QdrantClient, models
ModuleNotFoundError: No module named 'qdrant_client' Could add these two modules to the requirements.txt ? I'm using Windows 10 Python 3.11.5 |
BAndresen
added a commit
to BAndresen/Resume-Matcher
that referenced
this issue
Apr 17, 2024
11 tasks
srbhr
pushed a commit
that referenced
this issue
Apr 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All!
I need help testing the Resume Matcher in different environments to understand where people face problems and difficulty following steps.
We have already laid out precise steps in the Readme file; however, different versions of Python conflict with libraries like Cohere, Qdrant, etc.
I need some help with testing, documenting, and improving steps for installation in the following platforms:
If you have any suggestions and updates, please comment, and after testing, please reply to this issue as well. Feel free to join our Discord as well for more discussions.
Thanks,
Saurabh
The text was updated successfully, but these errors were encountered: