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:
- I cloned the Github repo openfhe-python
- I opened a terminal in the repo folder and created a build directory
- 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