onepointconsulting / hr_job_cv_matcher

HR Bot that ranks CVs using matching between with job descriptions and the CVs
14 stars 5 forks source link

what is the reason #2

Open molyswu opened 9 months ago

molyswu commented 9 months ago

hr_job_cv_matcher-main\hr_job_cv_matcher-main\hr_job_cv_matcher/ui/matcher_chainlit.py", line 3, in from hr_job_cv_matcher.list_utils import convert_list_to_m

molyswu commented 9 months ago

hr_job_cv_matcher-main\hr_job_cv_matcher-main\hr_job_cv_matcher/ui/matcher_chainlit.py", line 3, in from hr_job_cv_matcher.list_utils import convert_list_to_markdown ModuleNotFoundError: No module named 'hr_job_cv_matcher'

onepointconsulting commented 9 months ago

Hello, this project relies on Poetry. Please make sure you have Poetry installed on your Python environment. After installing Poetry, please run poetry install in the root folder of the project.

myTselection commented 6 months ago

I used poetry but still also getting the error: ModuleNotFoundError: No module named 'hr_job_cv_matcher' not using conda