You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to suggest a more maintainable solution of dependencies (like SEAL). Other projects are using makefiles with the feature to fetch special versions. Then you don't need "git clone" in your repository. Here is such an example for SEAL: https://github.com/OpenMined/TenSEAL/blob/main/cmake/seal.cmake
Is that a possible solution for you as a replacement of the old SEAL version from 2 years ago?
Description
If you want to install with "pip install ." on an Raspberry Pi 4 (aarch64), you are receiving the following error message:
Code To Reproduce Error
Expected behavior
SEAL will be built
Workaround
Clone the MS SEAL Project and build for aarch64
Setup:
The text was updated successfully, but these errors were encountered: