Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install errors on 0.11.0 #952

Closed
RattyDAVE opened this issue Dec 7, 2019 · 1 comment
Closed

Install errors on 0.11.0 #952

RattyDAVE opened this issue Dec 7, 2019 · 1 comment

Comments

@RattyDAVE
Copy link

In the past hour or so I am now getting errors. I think this may be related to the new commit.

Output below.

DAVE

# pip install etcd3
Collecting etcd3
  Using cached https://files.pythonhosted.org/packages/a6/99/c3ae7544f75067192c490f817b9440acbe32dda1f7e9c27b19c1e85c46e3/etcd3-0.11.0.tar.gz
    ERROR: Command errored out with exit status 1:
     command: /opt/tljh/hub/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-eyzmdsdq/etcd3/setup.py'"'"'; __file__='"'"'/tmp/pip-install-eyzmdsdq/etcd3/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-install-eyzmdsdq/etcd3/pip-egg-info
         cwd: /tmp/pip-install-eyzmdsdq/etcd3/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-eyzmdsdq/etcd3/setup.py", line 23, in <module>
        requirements = load_reqs('requirements/base.txt')
      File "/tmp/pip-install-eyzmdsdq/etcd3/setup.py", line 16, in load_reqs
        with open(filename) as reqs_file:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements/base.txt'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
@RattyDAVE
Copy link
Author

RattyDAVE commented Dec 7, 2019

Just doing some diags and pip install etcd3==0.10.0 works fine.

NicolasT added a commit to scality/metalk8s that referenced this issue Dec 8, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 8, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
(cherry picked from commit 2d6af26)
Signed-off-by: Nicolas Trangez <[email protected]>

Conflicts:
	images/salt-master/Dockerfile
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 11, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 11, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 12, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 12, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
NicolasT added a commit to scality/metalk8s that referenced this issue Dec 13, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
ChengYanJin pushed a commit to scality/metalk8s that referenced this issue Dec 17, 2019
Install of this version is broken (missing `requirements/base.txt` file
used by `setup.py` in the package).

See: kragniz/python-etcd3#952
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant