AttributeError: _ARRAY_API not found
Traceback (most recent call last):
File "c:\Anas's Projects\Project Reviving\IR--SearchEngine\main.py", line 9, in <module>
from pyterrier_colbert.indexing import ColBERTIndexer
ModuleNotFoundError: No module named 'pyterrier_colbert'
'from pyterrier_colbert.indexing import ColBERTIndexer
from pyterrier_colbert.ranking import ColBERTFactory'
after downgrading python for 3.10 and pyarrow to run the 'pip install -q git+https://github.com/terrierteam/pyterrier_colbert.git' or 'pip install --upgrade git+https://github.com/terrierteam/pyterrier_colbert.git' it build but the pack isn't resolved inside code in: