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
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: