castorini / pyserini

Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.
http://pyserini.io/
Apache License 2.0
1.66k stars 370 forks source link

Missing module 'jnius_config' #1944

Closed MariaPonomarenko38 closed 2 months ago

MariaPonomarenko38 commented 2 months ago

I was following instructions for installation from here

But after running python -m unittest, several tests failed because of ModuleNotFoundError: No module named 'jnius_config'. Tried to follow instructions from PyPI Installation as well and faced same issue.