You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pre-commit hooks gives the following error in python 3.12.4:
Check for missing requirements from the environment.......................Failed
- hook id: check-missing-requirements
- exit code: 1
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/Users/berto/PycharmProjects/HT06272_RAG_Benchmarking/rag_bench/.venv/lib/python3.12/site-packages/hooks/check_missing_requirements.py", line 9, in<module>
import requirements
File "/Users/berto/PycharmProjects/HT06272_RAG_Benchmarking/rag_bench/.venv/lib/python3.12/site-packages/requirements/__init__.py", line 1, in<module>
from .parser import parse # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/berto/PycharmProjects/HT06272_RAG_Benchmarking/rag_bench/.venv/lib/python3.12/site-packages/requirements/parser.py", line 4, in<module>
from .requirement import Requirement
File "/Users/berto/PycharmProjects/HT06272_RAG_Benchmarking/rag_bench/.venv/lib/python3.12/site-packages/requirements/requirement.py", line 3, in<module>
from pkg_resources import Requirement as Req
ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
Running pre-commit hooks gives the following error in python 3.12.4:
The text was updated successfully, but these errors were encountered: