-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IndexError: index out of range #341
Comments
Can you please also post the contents of the log written by it (mupq.log)? |
It's strange that after running the above command many times, multiple new documents are generated, such as mupq.log.4 and mupq.log.5, but some of the documents are empty, and some of them are shown as follows:2024-04-16 17:31:15,718 BoardTestCase INFO: Benchmarking kyber768 - m4fspeed File "/home/lll/pqm4/mupq/mupq.py", line 239, in run_test File "/home/lll/pqm4/mupq/platforms.py", line 100, in run IndexError: index out of range |
I am encountering the same error. If you have resolved this error, could you please share the solution? |
Hello, I encountered this problem at that time because python3 on ubuntu system reported a lot of dpkg warnings, I reinstalled the system and reinstalled python3 and it ran successfully. |
When I run python3 benchmarks.py,I get the following error, how can I solve it?
2024-04-16 17:31:18,689 BoardTestCase ERROR: Running kyber768 - m4fspeed - stack failed with exception: Traceback (most recent call last):
File "/home/lll/pqm4/mupq/mupq.py", line 239, in run_test
output = self.interface.run(binary, self.iterations)
File "/home/lll/pqm4/mupq/platforms.py", line 100, in run
if self._dev.read_until(b'=')[-1] != b'='[0]:
IndexError: index out of range
kyber768 - m4fspeed FAILED
stack: 0%| | 0/78 [00:02<?, ?it/s, kyber768 - m4fspeed]
The text was updated successfully, but these errors were encountered: