Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Using python 3.10 to install etcd3
- +inc/python:pip_install:219 env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt etcd3
- Collecting etcd3
- Using cached etcd3-0.12.0.tar.gz (63 kB)
- Preparing metadata (setup.py) ... error
- error: subprocess-exited-with-error
- × python setup.py egg_info did not run successfully.
- │ exit code: 1
- ╰─> [52 lines of output]
- /opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
- warnings.warn(msg)
- /opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
- warnings.warn(msg)
- running egg_info
- creating /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info
- writing /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/PKG-INFO
- writing dependency_links to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/dependency_links.txt
- writing requirements to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/requires.txt
- writing top-level names to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/top_level.txt
- writing manifest file '/tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/SOURCES.txt'
- reading manifest file '/tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/SOURCES.txt'
- reading manifest template 'MANIFEST.in'
- warning: no previously-included files matching '__pycache__' found under directory '*'
- warning: no previously-included files matching '*.py[co]' found under directory '*'
- warning: no files found matching '*.jpg' under directory 'docs'
- warning: no files found matching '*.png' under directory 'docs'
- warning: no files found matching '*.gif' under directory 'docs'
- adding license file 'LICENSE'
- adding license file 'AUTHORS.rst'
- Traceback (most recent call last):
- File "<string>", line 2, in <module>
- File "<pip-setuptools-caller>", line 34, in <module>
- File "/tmp/pip-install-51283cvd/etcd3_0fc82bf3084d49a2b61a21ea61850751/setup.py", line 26, in <module>
- setup(
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/__init__.py", line 117, in setup
- return distutils.core.setup(**attrs)
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 183, in setup
- return run_commands(dist)
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
- dist.run_commands()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
- self.run_command(cmd)
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/dist.py", line 999, in run_command
- super().run_command(command)
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
- cmd_obj.run()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 312, in run
- self.find_sources()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 320, in find_sources
- mm.run()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 546, in run
- self.prune_file_list()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/sdist.py", line 162, in prune_file_list
- super().prune_file_list()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py", line 380, in prune_file_list
- base_dir = self.distribution.get_fullname()
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 267, in get_fullname
- return _distribution_fullname(self.get_name(), self.get_version())
- File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 285, in _distribution_fullname
- canonicalize_version(version, strip_trailing_zero=False),
- TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: metadata-generation-failed
- × Encountered error while generating package metadata.
- ╰─> See above for output.
- note: This is an issue with the package mentioned above, not pip.
- hint: See above for details.
- +inc/python:pip_install:1 exit_trap
- +./stack.sh:exit_trap:540 local r=1
- ++./stack.sh:exit_trap:541 jobs -p
- +./stack.sh:exit_trap:541 jobs=
- +./stack.sh:exit_trap:544 [[ -n '' ]]
- +./stack.sh:exit_trap:550 '[' -f '' ']'
- +./stack.sh:exit_trap:555 kill_spinner
- +./stack.sh:kill_spinner:450 '[' '!' -z '' ']'
- +./stack.sh:exit_trap:557 [[ 1 -ne 0 ]]
- +./stack.sh:exit_trap:558 echo 'Error on exit'
- Error on exit
- +./stack.sh:exit_trap:560 type -p generate-subunit
- +./stack.sh:exit_trap:561 generate-subunit 1730986201 59 fail
- +./stack.sh:exit_trap:563 [[ -z /opt/stack/logs ]]
- +./stack.sh:exit_trap:566 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs
- World dumping... see /opt/stack/logs/worlddump-2024-11-07-133101.txt for details
- +./stack.sh:exit_trap:575 exit 1
- =====
- stack@ciab1:~/devstack$ uname -a
- Linux ciab1 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- stack@ciab1:~/devstack$ cat /etc/lsb-release
- DISTRIB_ID=Ubuntu
- DISTRIB_RELEASE=22.04
- DISTRIB_CODENAME=jammy
- DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
Advertisement
Add Comment
Please, Sign In to add comment