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

Testing of Resume Matcher #244

Open
srbhr opened this issue Mar 13, 2024 · 1 comment
Open

Testing of Resume Matcher #244

srbhr opened this issue Mar 13, 2024 · 1 comment

Comments

@srbhr
Copy link
Owner

srbhr commented Mar 13, 2024

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:

  • Windows 10, 11.
  • MacOS
  • Linux
  • Docker

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

@BAndresen
Copy link
Contributor

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

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

No branches or pull requests

2 participants