-
I tried to install pyserini by using "pip install pyserini", but when using following code: from pyserini.search.lucene import LuceneSearcher I received an error: How to fix it? |
Beta Was this translation helpful? Give feedback.
Answered by
xinyu0724
Dec 9, 2024
Replies: 1 comment 1 reply
-
The latest version of pyserini is 0.43.0: https://pypi.org/project/pyserini/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! I just tried python=3.10+jdk21+pyserini==0.16.0 and the problem was solved!