Installation of OpenFHE Python wrapper fails

Hello guys,

I’m trying to install the OpenFHE Python wrapper but cmake .. fails. I followed the instructions for Conda on https://github.com/openfheorg/openfhe-python/tree/main, but it fails with the following error:

  • Python 3.9 installed
  • OpenFHE 1.2.0 installed
  • pybind11 installed

My steps were:

  1. I cloned the Github repo openfhe-python
  2. I opened a terminal in the repo folder and created a build directory
  3. I moved into the build directory and fired cmake ..

I tried a few things like adding the path to the python executable manually by using using the option DPYTHON_EXCUTABLE or something like that … which did not work. I have absolutely no clue what i can do more. Thanks in advance for your help

@DenisRed There seems to be a problem with your Anaconda environment, specifically the deprecation warning. I recently installed Conda following the instructions and was able to link the library without any issues.