Guest User

Untitled

a guest
Nov 7th, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. Using python 3.10 to install etcd3
  2. +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
  3. Collecting etcd3
  4. Using cached etcd3-0.12.0.tar.gz (63 kB)
  5. Preparing metadata (setup.py) ... error
  6. error: subprocess-exited-with-error
  7.  
  8. × python setup.py egg_info did not run successfully.
  9. │ exit code: 1
  10. ╰─> [52 lines of output]
  11. /opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite'
  12. warnings.warn(msg)
  13. /opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
  14. warnings.warn(msg)
  15. running egg_info
  16. creating /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info
  17. writing /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/PKG-INFO
  18. writing dependency_links to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/dependency_links.txt
  19. writing requirements to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/requires.txt
  20. writing top-level names to /tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/top_level.txt
  21. writing manifest file '/tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/SOURCES.txt'
  22. reading manifest file '/tmp/pip-pip-egg-info-teob17aa/etcd3.egg-info/SOURCES.txt'
  23. reading manifest template 'MANIFEST.in'
  24. warning: no previously-included files matching '__pycache__' found under directory '*'
  25. warning: no previously-included files matching '*.py[co]' found under directory '*'
  26. warning: no files found matching '*.jpg' under directory 'docs'
  27. warning: no files found matching '*.png' under directory 'docs'
  28. warning: no files found matching '*.gif' under directory 'docs'
  29. adding license file 'LICENSE'
  30. adding license file 'AUTHORS.rst'
  31. Traceback (most recent call last):
  32. File "<string>", line 2, in <module>
  33. File "<pip-setuptools-caller>", line 34, in <module>
  34. File "/tmp/pip-install-51283cvd/etcd3_0fc82bf3084d49a2b61a21ea61850751/setup.py", line 26, in <module>
  35. setup(
  36. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/__init__.py", line 117, in setup
  37. return distutils.core.setup(**attrs)
  38. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 183, in setup
  39. return run_commands(dist)
  40. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
  41. dist.run_commands()
  42. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
  43. self.run_command(cmd)
  44. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/dist.py", line 999, in run_command
  45. super().run_command(command)
  46. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
  47. cmd_obj.run()
  48. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 312, in run
  49. self.find_sources()
  50. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 320, in find_sources
  51. mm.run()
  52. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 546, in run
  53. self.prune_file_list()
  54. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/command/sdist.py", line 162, in prune_file_list
  55. super().prune_file_list()
  56. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_distutils/command/sdist.py", line 380, in prune_file_list
  57. base_dir = self.distribution.get_fullname()
  58. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 267, in get_fullname
  59. return _distribution_fullname(self.get_name(), self.get_version())
  60. File "/opt/stack/data/venv/lib/python3.10/site-packages/setuptools/_core_metadata.py", line 285, in _distribution_fullname
  61. canonicalize_version(version, strip_trailing_zero=False),
  62. TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
  63. [end of output]
  64.  
  65. note: This error originates from a subprocess, and is likely not a problem with pip.
  66. error: metadata-generation-failed
  67.  
  68. × Encountered error while generating package metadata.
  69. ╰─> See above for output.
  70.  
  71. note: This is an issue with the package mentioned above, not pip.
  72. hint: See above for details.
  73. +inc/python:pip_install:1 exit_trap
  74. +./stack.sh:exit_trap:540 local r=1
  75. ++./stack.sh:exit_trap:541 jobs -p
  76. +./stack.sh:exit_trap:541 jobs=
  77. +./stack.sh:exit_trap:544 [[ -n '' ]]
  78. +./stack.sh:exit_trap:550 '[' -f '' ']'
  79. +./stack.sh:exit_trap:555 kill_spinner
  80. +./stack.sh:kill_spinner:450 '[' '!' -z '' ']'
  81. +./stack.sh:exit_trap:557 [[ 1 -ne 0 ]]
  82. +./stack.sh:exit_trap:558 echo 'Error on exit'
  83. Error on exit
  84. +./stack.sh:exit_trap:560 type -p generate-subunit
  85. +./stack.sh:exit_trap:561 generate-subunit 1730986201 59 fail
  86. +./stack.sh:exit_trap:563 [[ -z /opt/stack/logs ]]
  87. +./stack.sh:exit_trap:566 /opt/stack/data/venv/bin/python3 /opt/stack/devstack/tools/worlddump.py -d /opt/stack/logs
  88. World dumping... see /opt/stack/logs/worlddump-2024-11-07-133101.txt for details
  89. +./stack.sh:exit_trap:575 exit 1
  90.  
  91. =====
  92.  
  93.  
  94. stack@ciab1:~/devstack$ uname -a
  95. 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
  96. stack@ciab1:~/devstack$ cat /etc/lsb-release
  97. DISTRIB_ID=Ubuntu
  98. DISTRIB_RELEASE=22.04
  99. DISTRIB_CODENAME=jammy
  100. DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
  101.  
  102.  
  103.  
  104.  
Advertisement
Add Comment
Please, Sign In to add comment