The problem when running an example in the OpenFHE lattice estimator

I have installed the OpenFHE lattice estimator according to the instructions on GitHub, but encountered the following issue when running the example. How should I modify it?


I am getting the same error. We will look into it. I created a github issue for this error: binfhe_params.py throws an error · Issue #6 · openfheorg/openfhe-lattice-estimator · GitHub

The error occurs because WITH_NOISE_DEBUG cmake flag was not set to ON when compiling OpenFHE (I made the same mistake as you when I tried it :slight_smile: ). I highlighted the note in the installation instructions in bold to make sure the users do not forget to set WITH_NOISE_DEBUG to ON when running the OpenFHE lattice-estimator.