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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Release File

Valentyn1997 opened this issue · comments

I am trying to run build-docker.sh, but getting this errors:

---> Running in 5465c03ccd56
E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.

Possible solution: change ubuntu from 17.10 on 18.10 in Dockerfile (worked for me).

[not a maintainer]

That's because Ubuntu 17.10 is no longer supported, you need to change the Dockerfile to switch to Ubuntu 18.04. See working version in #31.