-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue with ./lr_nag execution: Empty Input Evaluation Key Map Exception #3
Comments
I encoutered the same issue. Did you fix it? |
It seems this problem is caused by evalautomorphismkeys. This api will not generate a generated keys, and the keys needed by rows is already generated by evalsum before, so it will not generate it again. I guess switching to a previous version may help. |
Thank you so much for your help! Following your advice, I rolled back the version of openfhe to v1.1.0, and it solved the issue. Really appreciate your assistance. |
Could we open this issue back up and aim for a fix isntead of a workaround? Ideally, the repo should work with the latest versions of OpenFHE, as it is maintained under openfheorg banner. |
Is there any way to do this other than reduce the version.The same thing happened to me.OpenFHE Version: 1.1.4 |
When running the
./lr_nag
command , I encountered an error related to an empty input evaluation key map, resulting in a termination of the program. Below is the error message:Steps to Reproduce:
Cloned the repository.
Followed the installation instructions.
Build this repo
Executed the
./lr_nag
command.Expected Behavior:
The
./lr_nag
command should run without errors and produce the expected output.Actual Behavior:
The program terminates with the mentioned error related to an empty input evaluation key map.
Additional Information:
Operating System: [Ubuntu20.04]
Compiler Version: [g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0]
I appreciate any guidance or assistance in resolving this issue. Thank you!
The text was updated successfully, but these errors were encountered: