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

Error Installing Pybin11

AnaConstantino opened this issue · comments

Hello,

I have been using PySEAL library for the past two months and it worked just fine. However, Since yesterday that it crushed and simply does not go beyond step 20/31 where it yields the following ERROR:

ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mkj1j5gc/cppimport/setup.py'"'"'; file='"'"'/tmp/pip-install-mkj1j5gc/cppimport/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-yjjxevxm
cwd: /tmp/pip-install-mkj1j5gc/cppimport/
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-mkj1j5gc/cppimport/setup.py", line 3, in
version = open('VERSION').read()
FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

It was very strange because everything worked just fine even five minutes before it crushed. I tried a couple of fixes like upgrading pip and wheels but it didnt work. Then I though maybe it had something to do with the latest update to docker but moving back to the previous version also did not seem to work.

Am I the only one having these issues? Any suggestions for the fix?

Thanks.