2025-09-08T00:19:21,307 Created temporary directory: /tmp/pip-build-tracker-xdspj7km 2025-09-08T00:19:21,308 Initialized build tracking at /tmp/pip-build-tracker-xdspj7km 2025-09-08T00:19:21,308 Created build tracker: /tmp/pip-build-tracker-xdspj7km 2025-09-08T00:19:21,308 Entered build tracker: /tmp/pip-build-tracker-xdspj7km 2025-09-08T00:19:21,308 Created temporary directory: /tmp/pip-wheel-ssli1eya 2025-09-08T00:19:21,311 Created temporary directory: /tmp/pip-ephem-wheel-cache-a8shk59d 2025-09-08T00:19:21,367 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T00:19:21,369 2 location(s) to search for versions of marquise: 2025-09-08T00:19:21,369 * https://pypi.org/simple/marquise/ 2025-09-08T00:19:21,369 * https://www.piwheels.org/simple/marquise/ 2025-09-08T00:19:21,369 Fetching project page and analyzing links: https://pypi.org/simple/marquise/ 2025-09-08T00:19:21,370 Getting page https://pypi.org/simple/marquise/ 2025-09-08T00:19:21,371 Found index url https://pypi.org/simple/ 2025-09-08T00:19:21,517 Fetched page https://pypi.org/simple/marquise/ as application/vnd.pypi.simple.v1+json 2025-09-08T00:19:21,519 Found link https://files.pythonhosted.org/packages/81/66/dbb05baf672429515182ce6fdf88388cc8bea6da4dfb4fa789d540c81f5c/marquise-0.2.0.tar.gz (from https://pypi.org/simple/marquise/), version: 0.2.0 2025-09-08T00:19:21,520 Found link https://files.pythonhosted.org/packages/25/d3/cc7ada1281775d7be13533ab4f52ba9c3dacdec20c78715d2a762eb07ffe/marquise-0.2.1.tar.gz (from https://pypi.org/simple/marquise/), version: 0.2.1 2025-09-08T00:19:21,521 Fetching project page and analyzing links: https://www.piwheels.org/simple/marquise/ 2025-09-08T00:19:21,521 Getting page https://www.piwheels.org/simple/marquise/ 2025-09-08T00:19:21,523 Found index url https://www.piwheels.org/simple/ 2025-09-08T00:19:21,633 Fetched page https://www.piwheels.org/simple/marquise/ as text/html 2025-09-08T00:19:21,634 Skipping link: not a file: https://www.piwheels.org/simple/marquise/ 2025-09-08T00:19:21,634 Skipping link: not a file: https://pypi.org/simple/marquise/ 2025-09-08T00:19:21,664 Given no hashes to check 1 links for project 'marquise': discarding no candidates 2025-09-08T00:19:21,665 Collecting marquise==0.2.0 2025-09-08T00:19:21,666 Created temporary directory: /tmp/pip-unpack-qfmyhv77 2025-09-08T00:19:21,805 Downloading marquise-0.2.0.tar.gz (10.0 kB) 2025-09-08T00:19:21,829 Added marquise==0.2.0 from https://files.pythonhosted.org/packages/81/66/dbb05baf672429515182ce6fdf88388cc8bea6da4dfb4fa789d540c81f5c/marquise-0.2.0.tar.gz to build tracker '/tmp/pip-build-tracker-xdspj7km' 2025-09-08T00:19:21,830 Running setup.py (path:/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/setup.py) egg_info for package marquise 2025-09-08T00:19:21,830 Created temporary directory: /tmp/pip-pip-egg-info-_ztq6rrt 2025-09-08T00:19:21,830 Preparing metadata (setup.py): started 2025-09-08T00:19:21,831 Running command python setup.py egg_info 2025-09-08T00:19:24,250 marquise/__pycache__/marquise_cffi.c:269:10: fatal error: marquise.h: No such file or directory 2025-09-08T00:19:24,250 269 | #include "marquise.h" 2025-09-08T00:19:24,250 | ^~~~~~~~~~~~ 2025-09-08T00:19:24,250 compilation terminated. 2025-09-08T00:19:24,269 Traceback (most recent call last): 2025-09-08T00:19:24,270 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/spawn.py", line 87, in spawn 2025-09-08T00:19:24,270 subprocess.check_call(cmd, env=_inject_macos_ver(env)) 2025-09-08T00:19:24,270 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,271 File "/usr/lib/python3.13/subprocess.py", line 419, in check_call 2025-09-08T00:19:24,271 raise CalledProcessError(retcode, cmd) 2025-09-08T00:19:24,271 subprocess.CalledProcessError: Command '['/usr/bin/arm-linux-gnueabihf-gcc', '-fno-strict-overflow', '-Wsign-compare', '-DNDEBUG', '-g', '-O2', '-Wall', '-fPIC', '-I./', '-I/usr/include/python3.13', '-c', 'marquise/__pycache__/marquise_cffi.c', '-o', '/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/marquise/__pycache__/marquise/__pycache__/marquise_cffi.o']' returned non-zero exit status 1. 2025-09-08T00:19:24,271 The above exception was the direct cause of the following exception: 2025-09-08T00:19:24,272 Traceback (most recent call last): 2025-09-08T00:19:24,272 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/compilers/C/unix.py", line 221, in _compile 2025-09-08T00:19:24,273 self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) 2025-09-08T00:19:24,273 ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,273 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/compilers/C/base.py", line 1158, in spawn 2025-09-08T00:19:24,273 spawn(cmd, dry_run=self.dry_run, **kwargs) 2025-09-08T00:19:24,273 ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,273 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/spawn.py", line 93, in spawn 2025-09-08T00:19:24,274 raise DistutilsExecError( 2025-09-08T00:19:24,274 f"command {_debug(cmd)!r} failed with exit code {err.returncode}" 2025-09-08T00:19:24,274 ) from err 2025-09-08T00:19:24,274 distutils.errors.DistutilsExecError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-08T00:19:24,274 During handling of the above exception, another exception occurred: 2025-09-08T00:19:24,274 Traceback (most recent call last): 2025-09-08T00:19:24,278 File "/usr/local/lib/python3.13/dist-packages/cffi/ffiplatform.py", line 48, in _build 2025-09-08T00:19:24,278 dist.run_command('build_ext') 2025-09-08T00:19:24,278 ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ 2025-09-08T00:19:24,279 File "/usr/local/lib/python3.13/dist-packages/setuptools/dist.py", line 1102, in run_command 2025-09-08T00:19:24,279 super().run_command(command) 2025-09-08T00:19:24,279 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ 2025-09-08T00:19:24,279 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py", line 1021, in run_command 2025-09-08T00:19:24,279 cmd_obj.run() 2025-09-08T00:19:24,279 ~~~~~~~~~~~^^ 2025-09-08T00:19:24,279 File "/usr/local/lib/python3.13/dist-packages/setuptools/command/build_ext.py", line 96, in run 2025-09-08T00:19:24,280 _build_ext.run(self) 2025-09-08T00:19:24,280 ~~~~~~~~~~~~~~^^^^^^ 2025-09-08T00:19:24,280 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/command/build_ext.py", line 368, in run 2025-09-08T00:19:24,280 self.build_extensions() 2025-09-08T00:19:24,280 ~~~~~~~~~~~~~~~~~~~~~^^ 2025-09-08T00:19:24,280 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions 2025-09-08T00:19:24,280 self._build_extensions_serial() 2025-09-08T00:19:24,280 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 2025-09-08T00:19:24,281 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial 2025-09-08T00:19:24,281 self.build_extension(ext) 2025-09-08T00:19:24,281 ~~~~~~~~~~~~~~~~~~~~^^^^^ 2025-09-08T00:19:24,281 File "/usr/local/lib/python3.13/dist-packages/setuptools/command/build_ext.py", line 261, in build_extension 2025-09-08T00:19:24,281 _build_ext.build_extension(self, ext) 2025-09-08T00:19:24,281 ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ 2025-09-08T00:19:24,281 File "/usr/local/lib/python3.13/dist-packages/Cython/Distutils/build_ext.py", line 136, in build_extension 2025-09-08T00:19:24,281 super().build_extension(ext) 2025-09-08T00:19:24,282 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^ 2025-09-08T00:19:24,282 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension 2025-09-08T00:19:24,282 objects = self.compiler.compile( 2025-09-08T00:19:24,282 sources, 2025-09-08T00:19:24,282 ...<5 lines>... 2025-09-08T00:19:24,282 depends=ext.depends, 2025-09-08T00:19:24,282 ) 2025-09-08T00:19:24,283 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/compilers/C/base.py", line 655, in compile 2025-09-08T00:19:24,283 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) 2025-09-08T00:19:24,283 ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,283 File "/usr/local/lib/python3.13/dist-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile 2025-09-08T00:19:24,283 raise CompileError(msg) 2025-09-08T00:19:24,283 distutils.compilers.C.errors.CompileError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-08T00:19:24,283 During handling of the above exception, another exception occurred: 2025-09-08T00:19:24,284 Traceback (most recent call last): 2025-09-08T00:19:24,284 File "", line 2, in 2025-09-08T00:19:24,284 exec(compile(''' 2025-09-08T00:19:24,284 ~~~~^^^^^^^^^^^^ 2025-09-08T00:19:24,284 # This is -- a caller that pip uses to run setup.py 2025-09-08T00:19:24,285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,285 ...<32 lines>... 2025-09-08T00:19:24,285 exec(compile(setup_py_code, filename, "exec")) 2025-09-08T00:19:24,285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,285 ''' % ('/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/setup.py',), "", "exec")) 2025-09-08T00:19:24,285 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,286 File "", line 35, in 2025-09-08T00:19:24,286 File "/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/setup.py", line 3, in 2025-09-08T00:19:24,286 import marquise.marquise 2025-09-08T00:19:24,286 File "/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/marquise/__init__.py", line 1, in 2025-09-08T00:19:24,286 from .marquise import Marquise 2025-09-08T00:19:24,286 File "/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/marquise/marquise.py", line 12, in 2025-09-08T00:19:24,287 from .marquise_cffi import FFI, cprint, cstring, len_cstring, is_cnull, C_LIBMARQUISE 2025-09-08T00:19:24,287 File "/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/marquise/marquise_cffi.py", line 55, in 2025-09-08T00:19:24,287 C_LIBMARQUISE = FFI.verify("""#include "marquise.h" """, include_dirs=['./'], libraries=['marquise'], modulename='marquise_cffi' ) 2025-09-08T00:19:24,287 File "/usr/local/lib/python3.13/dist-packages/cffi/api.py", line 468, in verify 2025-09-08T00:19:24,287 lib = self.verifier.load_library() 2025-09-08T00:19:24,287 File "/usr/local/lib/python3.13/dist-packages/cffi/verifier.py", line 105, in load_library 2025-09-08T00:19:24,287 self._compile_module() 2025-09-08T00:19:24,288 ~~~~~~~~~~~~~~~~~~~~^^ 2025-09-08T00:19:24,288 File "/usr/local/lib/python3.13/dist-packages/cffi/verifier.py", line 201, in _compile_module 2025-09-08T00:19:24,288 outputfilename = ffiplatform.compile(tmpdir, self.get_extension()) 2025-09-08T00:19:24,288 File "/usr/local/lib/python3.13/dist-packages/cffi/ffiplatform.py", line 20, in compile 2025-09-08T00:19:24,288 outputfilename = _build(tmpdir, ext, compiler_verbose, debug) 2025-09-08T00:19:24,289 File "/usr/local/lib/python3.13/dist-packages/cffi/ffiplatform.py", line 54, in _build 2025-09-08T00:19:24,289 raise VerificationError('%s: %s' % (e.__class__.__name__, e)) 2025-09-08T00:19:24,289 cffi.VerificationError: CompileError: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-08T00:19:24,440 ERROR: python setup.py egg_info exited with 1 2025-09-08T00:19:24,452 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2025-09-08T00:19:24,452 exec(compile('"'"''"'"''"'"' 2025-09-08T00:19:24,452 # This is -- a caller that pip uses to run setup.py 2025-09-08T00:19:24,452 # 2025-09-08T00:19:24,452 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-08T00:19:24,452 # import from `distutils.core` to work with newer packaging standards. 2025-09-08T00:19:24,452 # - It provides a clear error message when setuptools is not installed. 2025-09-08T00:19:24,452 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-08T00:19:24,452 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-08T00:19:24,452 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-08T00:19:24,452 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-08T00:19:24,452 import os, sys, tokenize, traceback 2025-09-08T00:19:24,452 2025-09-08T00:19:24,452 try: 2025-09-08T00:19:24,452 import setuptools 2025-09-08T00:19:24,452 except ImportError: 2025-09-08T00:19:24,452 print( 2025-09-08T00:19:24,452 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-08T00:19:24,452 "the build environment with exception:", 2025-09-08T00:19:24,452 file=sys.stderr, 2025-09-08T00:19:24,452 ) 2025-09-08T00:19:24,452 traceback.print_exc() 2025-09-08T00:19:24,452 sys.exit(1) 2025-09-08T00:19:24,452 2025-09-08T00:19:24,452 __file__ = %r 2025-09-08T00:19:24,452 sys.argv[0] = __file__ 2025-09-08T00:19:24,452 2025-09-08T00:19:24,452 if os.path.exists(__file__): 2025-09-08T00:19:24,452 filename = __file__ 2025-09-08T00:19:24,452 with tokenize.open(__file__) as f: 2025-09-08T00:19:24,452 setup_py_code = f.read() 2025-09-08T00:19:24,452 else: 2025-09-08T00:19:24,452 filename = "" 2025-09-08T00:19:24,452 setup_py_code = "from setuptools import setup; setup()" 2025-09-08T00:19:24,452 2025-09-08T00:19:24,452 exec(compile(setup_py_code, filename, "exec")) 2025-09-08T00:19:24,452 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-_ztq6rrt[/] 2025-09-08T00:19:24,452 [bold magenta]cwd[/]: /tmp/pip-wheel-ssli1eya/marquise_21a98c1eed13423487bae9c4c5e549fb/ 2025-09-08T00:19:24,452 Preparing metadata (setup.py): finished with status 'error' 2025-09-08T00:19:24,453 ERROR: metadata generation failed 2025-09-08T00:19:24,460 Exception information: 2025-09-08T00:19:24,460 Traceback (most recent call last): 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 63, in generate_metadata 2025-09-08T00:19:24,460 call_subprocess( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 args, 2025-09-08T00:19:24,460 ^^^^^ 2025-09-08T00:19:24,460 ...<2 lines>... 2025-09-08T00:19:24,460 spinner=spinner, 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/utils/subprocess.py", line 209, in call_subprocess 2025-09-08T00:19:24,460 raise error 2025-09-08T00:19:24,460 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2025-09-08T00:19:24,460 2025-09-08T00:19:24,460 The above exception was the direct cause of the following exception: 2025-09-08T00:19:24,460 2025-09-08T00:19:24,460 Traceback (most recent call last): 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T00:19:24,460 status = _inner_run() 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T00:19:24,460 return self.run(options, args) 2025-09-08T00:19:24,460 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T00:19:24,460 return func(self, options, args) 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T00:19:24,460 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T00:19:24,460 result = self._result = resolver.resolve( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T00:19:24,460 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T00:19:24,460 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 141, in _add_to_criteria 2025-09-08T00:19:24,460 if not criterion.candidates: 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/structs.py", line 194, in __bool__ 2025-09-08T00:19:24,460 return bool(self._sequence) 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 163, in __bool__ 2025-09-08T00:19:24,460 self._bool = any(self) 2025-09-08T00:19:24,460 ~~~^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 147, in 2025-09-08T00:19:24,460 return (c for c in iterator if id(c) not in self._incompatible_ids) 2025-09-08T00:19:24,460 ^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 37, in _iter_built 2025-09-08T00:19:24,460 candidate = func() 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 187, in _make_candidate_from_link 2025-09-08T00:19:24,460 base: Optional[BaseCandidate] = self._make_base_candidate_from_link( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 link, template, name, version 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 233, in _make_base_candidate_from_link 2025-09-08T00:19:24,460 self._link_candidate_cache[link] = LinkCandidate( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 link, 2025-09-08T00:19:24,460 ^^^^^ 2025-09-08T00:19:24,460 ...<3 lines>... 2025-09-08T00:19:24,460 version=version, 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 306, in __init__ 2025-09-08T00:19:24,460 super().__init__( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 link=link, 2025-09-08T00:19:24,460 ^^^^^^^^^^ 2025-09-08T00:19:24,460 ...<4 lines>... 2025-09-08T00:19:24,460 version=version, 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 159, in __init__ 2025-09-08T00:19:24,460 self.dist = self._prepare() 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 236, in _prepare 2025-09-08T00:19:24,460 dist = self._prepare_distribution() 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 317, in _prepare_distribution 2025-09-08T00:19:24,460 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 532, in prepare_linked_requirement 2025-09-08T00:19:24,460 return self._prepare_linked_requirement(req, parallel_builds) 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 647, in _prepare_linked_requirement 2025-09-08T00:19:24,460 dist = _get_prepared_distribution( 2025-09-08T00:19:24,460 req, 2025-09-08T00:19:24,460 ...<3 lines>... 2025-09-08T00:19:24,460 self.check_build_deps, 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/operations/prepare.py", line 71, in _get_prepared_distribution 2025-09-08T00:19:24,460 abstract_dist.prepare_distribution_metadata( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 finder, build_isolation, check_build_deps 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/distributions/sdist.py", line 69, in prepare_distribution_metadata 2025-09-08T00:19:24,460 self.req.prepare_metadata() 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~~^^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/req/req_install.py", line 581, in prepare_metadata 2025-09-08T00:19:24,460 self.metadata_directory = generate_metadata_legacy( 2025-09-08T00:19:24,460 ~~~~~~~~~~~~~~~~~~~~~~~~^ 2025-09-08T00:19:24,460 build_env=self.build_env, 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ...<3 lines>... 2025-09-08T00:19:24,460 details=details, 2025-09-08T00:19:24,460 ^^^^^^^^^^^^^^^^ 2025-09-08T00:19:24,460 ) 2025-09-08T00:19:24,460 ^ 2025-09-08T00:19:24,460 File "/usr/lib/python3/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 70, in generate_metadata 2025-09-08T00:19:24,460 raise MetadataGenerationFailed(package_details=details) from error 2025-09-08T00:19:24,460 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2025-09-08T00:19:24,483 Removed marquise==0.2.0 from https://files.pythonhosted.org/packages/81/66/dbb05baf672429515182ce6fdf88388cc8bea6da4dfb4fa789d540c81f5c/marquise-0.2.0.tar.gz from build tracker '/tmp/pip-build-tracker-xdspj7km' 2025-09-08T00:19:24,484 Removed build tracker: '/tmp/pip-build-tracker-xdspj7km'