Error importing pyserini.dsearch #1160
-
Hello, In my local machine everything works fine, with my environment. But when I try to run it in my lab machines (I don't have superuser permissions in this machines), after setting up everything, I get this error: File "dense_retrieval.py", line 10, in my java version: java -version I know the problem is on my side, but can someone help me please? Thank you all, Regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It's a JVM version issue...
You'll need to find some way to run the right JVM version on your lab machine... this depends on your lab policy, which isn't something we can really help with... |
Beta Was this translation helpful? Give feedback.
-
Have the same problem. How to make sure I run it with Java 11? |
Beta Was this translation helpful? Give feedback.
-
I have run the right JVM version. java -version: However, the error is changed: How can I solve it. |
Beta Was this translation helpful? Give feedback.
It's a JVM version issue...
You'll need to find some way to run the right JVM version on your lab machine... this depends on your lab policy, which isn't something we can really help with...