Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Error Installing Pybin11 #43

Description

@AnaConstantino

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions