Jackyrie2 commented on PR #12371:
URL: https://github.com/apache/lucene/pull/12371#issuecomment-1605800931
hey @benwtrent, apologies for the delay. I had some issues loading the
benchmark util on my laptop. Now I have completed the set up, however, I cannot
figure out how to resolve this error when I am running `python3
src/python/knnPerfTest.py`
```Traceback (most recent call last):
File "/Users/weitwang/lucene_benchmark/util/src/python/knnPerfTest.py",
line 106, in <module>
run_knn_benchmark(LUCENE_CHECKOUT, VALUES)
File "/Users/weitwang/lucene_benchmark/util/src/python/knnPerfTest.py",
line 104, in run_knn_benchmark
subprocess.run(this_cmd)
File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py",
line 505, in run
with Popen(*popenargs, **kwargs) as process:
File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py",
line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File
"/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py",
line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory:
'/usr/lib/jvm/jdk-20.0.1/bin/java'```
Any ideas?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]