Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

How can we build PySEAL on Ubuntu 18.04? #25

Open tonthatdinh opened 5 years ago

tonthatdinh commented 5 years ago

Does any one help me to build PySeal on OS: Ubuntu 18.04

mbrg commented 5 years ago

[not a maintainer]

I've had the same issue and solved it by changing the Dockerfile. See working version in #31.