ibarrond / Pyfhel

PYthon For Homomorphic Encryption Libraries, perform encrypted computations such as sum, mult, scalar product or matrix multiplication in Python, with NumPy compatibility. Uses SEAL/PALISADE as backends, implemented using Cython.
https://pyfhel.readthedocs.io/
Apache License 2.0
475 stars 78 forks source link

ImportError in miniconda2 `libAfhel.so: undefined symbol: _ZNK4seal10Ciphertext12save_membersERSo` #210

Closed mmehedin closed 1 year ago

mmehedin commented 1 year ago

Hello,

The installation was complete with: pip install Pyfhel

Using the import as import Pyfhel

got the error: ImportError: /home/iai/miniconda2/envs/myenv/lib/python3.7/site-packages/Pyfhel/./libAfhel.so: undefined symbol: _ZNK4seal10Ciphertext12save_membersERSo

Any help is appreciated. Thanks,

ibarrond commented 1 year ago

Please fill all the information related to your environment. Otherwise it is very hard to diagnose.

On Fri, 18 Aug 2023, 21:33 mmehedin, @.***> wrote:

Hello,

The installation was complete with: pip install Pyfhel

Using the import as import Pyfhel

got the error: ImportError: /home/iai/miniconda2/envs/myenv/lib/python3.7/site-packages/Pyfhel/./libAfhel.so: undefined symbol: _ZNK4seal10Ciphertext12save_membersERSo

Any help is appreciated. Thanks,

— Reply to this email directly, view it on GitHub https://github.com/ibarrond/Pyfhel/issues/210, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADF6Z56INYN3LVV7CBRND3TXV67RBANCNFSM6AAAAAA3V5275U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ibarrond commented 1 year ago

Closing, since no additional information was provided. Might be related to #206