2023-09-08T15:48:04,802 Created temporary directory: /tmp/pip-build-tracker-xai_5b2c 2023-09-08T15:48:04,803 Initialized build tracking at /tmp/pip-build-tracker-xai_5b2c 2023-09-08T15:48:04,804 Created build tracker: /tmp/pip-build-tracker-xai_5b2c 2023-09-08T15:48:04,804 Entered build tracker: /tmp/pip-build-tracker-xai_5b2c 2023-09-08T15:48:04,805 Created temporary directory: /tmp/pip-wheel-hliajq8h 2023-09-08T15:48:04,808 Created temporary directory: /tmp/pip-ephem-wheel-cache-vpoy0wo2 2023-09-08T15:48:04,830 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T15:48:04,834 2 location(s) to search for versions of sqlalchemy-pilo: 2023-09-08T15:48:04,834 * https://pypi.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:04,834 * https://www.piwheels.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:04,835 Fetching project page and analyzing links: https://pypi.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:04,836 Getting page https://pypi.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:04,837 Found index url https://pypi.org/simple/ 2023-09-08T15:48:05,055 Fetched page https://pypi.org/simple/sqlalchemy-pilo/ as application/vnd.pypi.simple.v1+json 2023-09-08T15:48:05,056 Found link https://files.pythonhosted.org/packages/4d/48/594ee16f60b6da3f2110bc86f6b22df6e2351cab40ec2fb3f14cd84be83e/sqlalchemy-pilo-0.9.0.tar.gz (from https://pypi.org/simple/sqlalchemy-pilo/), version: 0.9.0 2023-09-08T15:48:05,057 Found link https://files.pythonhosted.org/packages/ce/d6/00278af5259f2359d387dff7c9cfbb488124fb8e01ba4ea86342d040fe0d/sqlalchemy-pilo-0.9.2.tar.gz (from https://pypi.org/simple/sqlalchemy-pilo/), version: 0.9.2 2023-09-08T15:48:05,058 Fetching project page and analyzing links: https://www.piwheels.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:05,058 Getting page https://www.piwheels.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:05,059 Found index url https://www.piwheels.org/simple/ 2023-09-08T15:48:05,343 Fetched page https://www.piwheels.org/simple/sqlalchemy-pilo/ as text/html 2023-09-08T15:48:05,344 Skipping link: No binaries permitted for sqlalchemy-pilo: https://www.piwheels.org/simple/sqlalchemy-pilo/sqlalchemy_pilo-0.9.2-py3-none-any.whl#sha256=50bfbce331a129409a86e8eb05a606242b23936ae26a47ae408067cbc381ea50 (from https://www.piwheels.org/simple/sqlalchemy-pilo/) 2023-09-08T15:48:05,345 Skipping link: not a file: https://www.piwheels.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:05,346 Skipping link: not a file: https://pypi.org/simple/sqlalchemy-pilo/ 2023-09-08T15:48:05,364 Given no hashes to check 1 links for project 'sqlalchemy-pilo': discarding no candidates 2023-09-08T15:48:05,382 Collecting sqlalchemy-pilo==0.9.0 2023-09-08T15:48:05,385 Created temporary directory: /tmp/pip-unpack-uu64tfp9 2023-09-08T15:48:05,636 Downloading sqlalchemy-pilo-0.9.0.tar.gz (1.9 kB) 2023-09-08T15:48:05,658 Added sqlalchemy-pilo==0.9.0 from https://files.pythonhosted.org/packages/4d/48/594ee16f60b6da3f2110bc86f6b22df6e2351cab40ec2fb3f14cd84be83e/sqlalchemy-pilo-0.9.0.tar.gz to build tracker '/tmp/pip-build-tracker-xai_5b2c' 2023-09-08T15:48:05,659 Running setup.py (path:/tmp/pip-wheel-hliajq8h/sqlalchemy-pilo_ea0ca4f9855b4159a85808aa93c1dac2/setup.py) egg_info for package sqlalchemy-pilo 2023-09-08T15:48:05,660 Created temporary directory: /tmp/pip-pip-egg-info-l1js4itx 2023-09-08T15:48:05,661 Preparing metadata (setup.py): started 2023-09-08T15:48:05,662 Running command python setup.py egg_info 2023-09-08T15:48:06,065 Traceback (most recent call last): 2023-09-08T15:48:06,065 File "", line 2, in 2023-09-08T15:48:06,066 File "", line 34, in 2023-09-08T15:48:06,067 File "/tmp/pip-wheel-hliajq8h/sqlalchemy-pilo_ea0ca4f9855b4159a85808aa93c1dac2/setup.py", line 25, in 2023-09-08T15:48:06,068 .match(open('sqlalchemy_pilo.py').read()) 2023-09-08T15:48:06,069 ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,070 FileNotFoundError: [Errno 2] No such file or directory: 'sqlalchemy_pilo.py' 2023-09-08T15:48:06,137 ERROR: [present-rich] python setup.py egg_info exited with 1 2023-09-08T15:48:06,150 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2023-09-08T15:48:06,150 exec(compile('"'"''"'"''"'"' 2023-09-08T15:48:06,150 # This is -- a caller that pip uses to run setup.py 2023-09-08T15:48:06,150 # 2023-09-08T15:48:06,150 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-08T15:48:06,150 # import from `distutils.core` to work with newer packaging standards. 2023-09-08T15:48:06,150 # - It provides a clear error message when setuptools is not installed. 2023-09-08T15:48:06,150 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-08T15:48:06,150 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-08T15:48:06,150 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-08T15:48:06,150 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-08T15:48:06,150 import os, sys, tokenize 2023-09-08T15:48:06,150 2023-09-08T15:48:06,150 try: 2023-09-08T15:48:06,150 import setuptools 2023-09-08T15:48:06,150 except ImportError as error: 2023-09-08T15:48:06,150 print( 2023-09-08T15:48:06,150 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-08T15:48:06,150 "the build environment.", 2023-09-08T15:48:06,150 file=sys.stderr, 2023-09-08T15:48:06,150 ) 2023-09-08T15:48:06,150 sys.exit(1) 2023-09-08T15:48:06,150 2023-09-08T15:48:06,150 __file__ = %r 2023-09-08T15:48:06,150 sys.argv[0] = __file__ 2023-09-08T15:48:06,150 2023-09-08T15:48:06,150 if os.path.exists(__file__): 2023-09-08T15:48:06,150 filename = __file__ 2023-09-08T15:48:06,150 with tokenize.open(__file__) as f: 2023-09-08T15:48:06,150 setup_py_code = f.read() 2023-09-08T15:48:06,150 else: 2023-09-08T15:48:06,150 filename = "" 2023-09-08T15:48:06,150 setup_py_code = "from setuptools import setup; setup()" 2023-09-08T15:48:06,150 2023-09-08T15:48:06,150 exec(compile(setup_py_code, filename, "exec")) 2023-09-08T15:48:06,150 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-hliajq8h/sqlalchemy-pilo_ea0ca4f9855b4159a85808aa93c1dac2/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-l1js4itx[/] 2023-09-08T15:48:06,151 [bold magenta]cwd[/]: /tmp/pip-wheel-hliajq8h/sqlalchemy-pilo_ea0ca4f9855b4159a85808aa93c1dac2/ 2023-09-08T15:48:06,152 Preparing metadata (setup.py): finished with status 'error' 2023-09-08T15:48:06,153 ERROR: [present-rich] metadata generation failed 2023-09-08T15:48:06,159 Exception information: 2023-09-08T15:48:06,159 Traceback (most recent call last): 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2023-09-08T15:48:06,159 call_subprocess( 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2023-09-08T15:48:06,159 raise error 2023-09-08T15:48:06,159 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2023-09-08T15:48:06,159 2023-09-08T15:48:06,159 The above exception was the direct cause of the following exception: 2023-09-08T15:48:06,159 2023-09-08T15:48:06,159 Traceback (most recent call last): 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-08T15:48:06,159 status = run_func(*args) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-08T15:48:06,159 return func(self, options, args) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-08T15:48:06,159 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-08T15:48:06,159 result = self._result = resolver.resolve( 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-08T15:48:06,159 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-08T15:48:06,159 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-09-08T15:48:06,159 if not criterion.candidates: 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__ 2023-09-08T15:48:06,159 return bool(self._sequence) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2023-09-08T15:48:06,159 return any(self) 2023-09-08T15:48:06,159 ^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2023-09-08T15:48:06,159 return (c for c in iterator if id(c) not in self._incompatible_ids) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2023-09-08T15:48:06,159 candidate = func() 2023-09-08T15:48:06,159 ^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 206, in _make_candidate_from_link 2023-09-08T15:48:06,159 self._link_candidate_cache[link] = LinkCandidate( 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 293, in __init__ 2023-09-08T15:48:06,159 super().__init__( 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2023-09-08T15:48:06,159 self.dist = self._prepare() 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 225, in _prepare 2023-09-08T15:48:06,159 dist = self._prepare_distribution() 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 304, in _prepare_distribution 2023-09-08T15:48:06,159 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 538, in prepare_linked_requirement 2023-09-08T15:48:06,159 return self._prepare_linked_requirement(req, parallel_builds) 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 653, in _prepare_linked_requirement 2023-09-08T15:48:06,159 dist = _get_prepared_distribution( 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 69, in _get_prepared_distribution 2023-09-08T15:48:06,159 abstract_dist.prepare_distribution_metadata( 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/distributions/sdist.py", line 61, in prepare_distribution_metadata 2023-09-08T15:48:06,159 self.req.prepare_metadata() 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 568, in prepare_metadata 2023-09-08T15:48:06,159 self.metadata_directory = generate_metadata_legacy( 2023-09-08T15:48:06,159 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-08T15:48:06,159 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2023-09-08T15:48:06,159 raise MetadataGenerationFailed(package_details=details) from error 2023-09-08T15:48:06,159 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2023-09-08T15:48:06,171 Removed sqlalchemy-pilo==0.9.0 from https://files.pythonhosted.org/packages/4d/48/594ee16f60b6da3f2110bc86f6b22df6e2351cab40ec2fb3f14cd84be83e/sqlalchemy-pilo-0.9.0.tar.gz from build tracker '/tmp/pip-build-tracker-xai_5b2c' 2023-09-08T15:48:06,172 Removed build tracker: '/tmp/pip-build-tracker-xai_5b2c'