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
ImportError: cannot import name 'JLuceneSearcherResult' from 'pyserini.search' (/usr/local/lib/python3.10/dist-packages/pyserini/search/__init__.py)
#332
Open
SamiKhan-cse19 opened this issue
Feb 8, 2024
· 0 comments
I managed to run by install pyserini==0.23.0. It seems the requirements.txt does not list an upper bound for pyserini and the latest version 0.24.0 causes this problem. Please provide an upper bound or change the imports in the source code.
The text was updated successfully, but these errors were encountered:
Error upon installation from git repo.
Installation:
Code:
Output:
I managed to run by install
pyserini==0.23.0
. It seems therequirements.txt
does not list an upper bound forpyserini
and the latest version0.24.0
causes this problem. Please provide an upper bound or change the imports in the source code.The text was updated successfully, but these errors were encountered: