2024-05-22T05:29:45,804 Created temporary directory: /tmp/pip-build-tracker-s4o0py3h 2024-05-22T05:29:45,805 Initialized build tracking at /tmp/pip-build-tracker-s4o0py3h 2024-05-22T05:29:45,806 Created build tracker: /tmp/pip-build-tracker-s4o0py3h 2024-05-22T05:29:45,806 Entered build tracker: /tmp/pip-build-tracker-s4o0py3h 2024-05-22T05:29:45,807 Created temporary directory: /tmp/pip-wheel-27cp8r4z 2024-05-22T05:29:45,810 Created temporary directory: /tmp/pip-ephem-wheel-cache-smaofo_j 2024-05-22T05:29:45,832 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-05-22T05:29:45,836 2 location(s) to search for versions of force-kwargs: 2024-05-22T05:29:45,836 * https://pypi.org/simple/force-kwargs/ 2024-05-22T05:29:45,836 * https://www.piwheels.org/simple/force-kwargs/ 2024-05-22T05:29:45,837 Fetching project page and analyzing links: https://pypi.org/simple/force-kwargs/ 2024-05-22T05:29:45,838 Getting page https://pypi.org/simple/force-kwargs/ 2024-05-22T05:29:45,839 Found index url https://pypi.org/simple/ 2024-05-22T05:29:46,053 Fetched page https://pypi.org/simple/force-kwargs/ as application/vnd.pypi.simple.v1+json 2024-05-22T05:29:46,054 Found link https://files.pythonhosted.org/packages/37/1f/6193352f3be2137094917b718bbe04e6cd9da2afb96e4c1c390f85f89542/force_kwargs-0.1.tar.gz (from https://pypi.org/simple/force-kwargs/), version: 0.1 2024-05-22T05:29:46,055 Fetching project page and analyzing links: https://www.piwheels.org/simple/force-kwargs/ 2024-05-22T05:29:46,056 Getting page https://www.piwheels.org/simple/force-kwargs/ 2024-05-22T05:29:46,057 Found index url https://www.piwheels.org/simple/ 2024-05-22T05:29:46,302 Fetched page https://www.piwheels.org/simple/force-kwargs/ as text/html 2024-05-22T05:29:46,303 Skipping link: not a file: https://www.piwheels.org/simple/force-kwargs/ 2024-05-22T05:29:46,303 Skipping link: not a file: https://pypi.org/simple/force-kwargs/ 2024-05-22T05:29:46,322 Given no hashes to check 1 links for project 'force-kwargs': discarding no candidates 2024-05-22T05:29:46,340 Collecting force-kwargs==0.1 2024-05-22T05:29:46,342 Created temporary directory: /tmp/pip-unpack-hx876lu2 2024-05-22T05:29:46,552 Downloading force_kwargs-0.1.tar.gz (1.6 kB) 2024-05-22T05:29:46,577 Added force-kwargs==0.1 from https://files.pythonhosted.org/packages/37/1f/6193352f3be2137094917b718bbe04e6cd9da2afb96e4c1c390f85f89542/force_kwargs-0.1.tar.gz to build tracker '/tmp/pip-build-tracker-s4o0py3h' 2024-05-22T05:29:46,579 Running setup.py (path:/tmp/pip-wheel-27cp8r4z/force-kwargs_32009bb30d0b439d8fc476ca0fc7a24c/setup.py) egg_info for package force-kwargs 2024-05-22T05:29:46,580 Created temporary directory: /tmp/pip-pip-egg-info-fgatzbgm 2024-05-22T05:29:46,581 Preparing metadata (setup.py): started 2024-05-22T05:29:46,582 Running command python setup.py egg_info 2024-05-22T05:29:47,066 Traceback (most recent call last): 2024-05-22T05:29:47,066 File "", line 2, in 2024-05-22T05:29:47,067 File "", line 34, in 2024-05-22T05:29:47,068 File "/tmp/pip-wheel-27cp8r4z/force-kwargs_32009bb30d0b439d8fc476ca0fc7a24c/setup.py", line 1, in 2024-05-22T05:29:47,069 from templated_setup import templated_setup 2024-05-22T05:29:47,070 ModuleNotFoundError: No module named 'templated_setup' 2024-05-22T05:29:47,145 ERROR: python setup.py egg_info exited with 1 2024-05-22T05:29:47,158 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2024-05-22T05:29:47,158 exec(compile('"'"''"'"''"'"' 2024-05-22T05:29:47,158 # This is -- a caller that pip uses to run setup.py 2024-05-22T05:29:47,158 # 2024-05-22T05:29:47,158 # - It imports setuptools before invoking setup.py, to enable projects that directly 2024-05-22T05:29:47,158 # import from `distutils.core` to work with newer packaging standards. 2024-05-22T05:29:47,158 # - It provides a clear error message when setuptools is not installed. 2024-05-22T05:29:47,158 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2024-05-22T05:29:47,158 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2024-05-22T05:29:47,158 # manifest_maker: standard file '"'"'-c'"'"' not found". 2024-05-22T05:29:47,158 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2024-05-22T05:29:47,158 import os, sys, tokenize 2024-05-22T05:29:47,158 2024-05-22T05:29:47,158 try: 2024-05-22T05:29:47,158 import setuptools 2024-05-22T05:29:47,158 except ImportError as error: 2024-05-22T05:29:47,158 print( 2024-05-22T05:29:47,158 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2024-05-22T05:29:47,158 "the build environment.", 2024-05-22T05:29:47,158 file=sys.stderr, 2024-05-22T05:29:47,158 ) 2024-05-22T05:29:47,158 sys.exit(1) 2024-05-22T05:29:47,158 2024-05-22T05:29:47,158 __file__ = %r 2024-05-22T05:29:47,158 sys.argv[0] = __file__ 2024-05-22T05:29:47,158 2024-05-22T05:29:47,158 if os.path.exists(__file__): 2024-05-22T05:29:47,158 filename = __file__ 2024-05-22T05:29:47,158 with tokenize.open(__file__) as f: 2024-05-22T05:29:47,158 setup_py_code = f.read() 2024-05-22T05:29:47,158 else: 2024-05-22T05:29:47,158 filename = "" 2024-05-22T05:29:47,158 setup_py_code = "from setuptools import setup; setup()" 2024-05-22T05:29:47,158 2024-05-22T05:29:47,158 exec(compile(setup_py_code, filename, "exec")) 2024-05-22T05:29:47,158 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-27cp8r4z/force-kwargs_32009bb30d0b439d8fc476ca0fc7a24c/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-fgatzbgm[/] 2024-05-22T05:29:47,159 [bold magenta]cwd[/]: /tmp/pip-wheel-27cp8r4z/force-kwargs_32009bb30d0b439d8fc476ca0fc7a24c/ 2024-05-22T05:29:47,160 Preparing metadata (setup.py): finished with status 'error' 2024-05-22T05:29:47,161 ERROR: metadata generation failed 2024-05-22T05:29:47,167 Exception information: 2024-05-22T05:29:47,167 Traceback (most recent call last): 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata 2024-05-22T05:29:47,167 call_subprocess( 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2024-05-22T05:29:47,167 raise error 2024-05-22T05:29:47,167 pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1 2024-05-22T05:29:47,167 2024-05-22T05:29:47,167 The above exception was the direct cause of the following exception: 2024-05-22T05:29:47,167 2024-05-22T05:29:47,167 Traceback (most recent call last): 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-05-22T05:29:47,167 status = run_func(*args) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-05-22T05:29:47,167 return func(self, options, args) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-05-22T05:29:47,167 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-05-22T05:29:47,167 result = self._result = resolver.resolve( 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-05-22T05:29:47,167 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-05-22T05:29:47,167 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2024-05-22T05:29:47,167 if not criterion.candidates: 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/structs.py", line 156, in __bool__ 2024-05-22T05:29:47,167 return bool(self._sequence) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2024-05-22T05:29:47,167 return any(self) 2024-05-22T05:29:47,167 ^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2024-05-22T05:29:47,167 return (c for c in iterator if id(c) not in self._incompatible_ids) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2024-05-22T05:29:47,167 candidate = func() 2024-05-22T05:29:47,167 ^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 182, in _make_candidate_from_link 2024-05-22T05:29:47,167 base: Optional[BaseCandidate] = self._make_base_candidate_from_link( 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 228, in _make_base_candidate_from_link 2024-05-22T05:29:47,167 self._link_candidate_cache[link] = LinkCandidate( 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 290, in __init__ 2024-05-22T05:29:47,167 super().__init__( 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ 2024-05-22T05:29:47,167 self.dist = self._prepare() 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 222, in _prepare 2024-05-22T05:29:47,167 dist = self._prepare_distribution() 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 301, in _prepare_distribution 2024-05-22T05:29:47,167 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 525, in prepare_linked_requirement 2024-05-22T05:29:47,167 return self._prepare_linked_requirement(req, parallel_builds) 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 640, in _prepare_linked_requirement 2024-05-22T05:29:47,167 dist = _get_prepared_distribution( 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/prepare.py", line 71, in _get_prepared_distribution 2024-05-22T05:29:47,167 abstract_dist.prepare_distribution_metadata( 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/distributions/sdist.py", line 67, in prepare_distribution_metadata 2024-05-22T05:29:47,167 self.req.prepare_metadata() 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/req/req_install.py", line 585, in prepare_metadata 2024-05-22T05:29:47,167 self.metadata_directory = generate_metadata_legacy( 2024-05-22T05:29:47,167 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-22T05:29:47,167 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata 2024-05-22T05:29:47,167 raise MetadataGenerationFailed(package_details=details) from error 2024-05-22T05:29:47,167 pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed 2024-05-22T05:29:47,180 Removed force-kwargs==0.1 from https://files.pythonhosted.org/packages/37/1f/6193352f3be2137094917b718bbe04e6cd9da2afb96e4c1c390f85f89542/force_kwargs-0.1.tar.gz from build tracker '/tmp/pip-build-tracker-s4o0py3h' 2024-05-22T05:29:47,181 Removed build tracker: '/tmp/pip-build-tracker-s4o0py3h'