2025-09-02T06:49:39,193 Created temporary directory: /tmp/pip-build-tracker-wuqfn9vq 2025-09-02T06:49:39,194 Initialized build tracking at /tmp/pip-build-tracker-wuqfn9vq 2025-09-02T06:49:39,195 Created build tracker: /tmp/pip-build-tracker-wuqfn9vq 2025-09-02T06:49:39,195 Entered build tracker: /tmp/pip-build-tracker-wuqfn9vq 2025-09-02T06:49:39,196 Created temporary directory: /tmp/pip-wheel-yq4l5t7b 2025-09-02T06:49:39,200 Created temporary directory: /tmp/pip-ephem-wheel-cache-lw5gc7on 2025-09-02T06:49:39,246 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-02T06:49:39,249 2 location(s) to search for versions of terminal-colors-lld: 2025-09-02T06:49:39,249 * https://pypi.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,249 * https://www.piwheels.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,249 Fetching project page and analyzing links: https://pypi.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,250 Getting page https://pypi.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,252 Found index url https://pypi.org/simple/ 2025-09-02T06:49:39,530 Fetched page https://pypi.org/simple/terminal-colors-lld/ as application/vnd.pypi.simple.v1+json 2025-09-02T06:49:39,531 Skipping link: No binaries permitted for terminal-colors-lld: https://files.pythonhosted.org/packages/33/bd/0744ffcc18b51eb540c4b63a7b494ab9db2064a2d2075e316a95dd7d3390/terminal_colors_lld-1.0.0-py3-none-any.whl (from https://pypi.org/simple/terminal-colors-lld/) (requires-python:>=3.13) 2025-09-02T06:49:39,532 Link requires a different Python (3.11.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/88/90/17b8417ee5cb8c4c2f5213e945c4eeb54384ea3a9c9f1559ff1863edaefa/terminal_colors_lld-1.0.0.tar.gz (from https://pypi.org/simple/terminal-colors-lld/) (requires-python:>=3.13) 2025-09-02T06:49:39,533 Skipping link: 1.0.0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/88/90/17b8417ee5cb8c4c2f5213e945c4eeb54384ea3a9c9f1559ff1863edaefa/terminal_colors_lld-1.0.0.tar.gz (from https://pypi.org/simple/terminal-colors-lld/) (requires-python:>=3.13) 2025-09-02T06:49:39,534 Fetching project page and analyzing links: https://www.piwheels.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,535 Getting page https://www.piwheels.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,536 Found index url https://www.piwheels.org/simple/ 2025-09-02T06:49:39,701 Fetched page https://www.piwheels.org/simple/terminal-colors-lld/ as text/html 2025-09-02T06:49:39,703 Skipping link: not a file: https://www.piwheels.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,703 Skipping link: not a file: https://pypi.org/simple/terminal-colors-lld/ 2025-09-02T06:49:39,720 Given no hashes to check 0 links for project 'terminal-colors-lld': discarding no candidates 2025-09-02T06:49:39,721 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.13 2025-09-02T06:49:39,723 ERROR: Could not find a version that satisfies the requirement terminal-colors-lld==1.0.0 (from versions: none) 2025-09-02T06:49:39,724 ERROR: No matching distribution found for terminal-colors-lld==1.0.0 2025-09-02T06:49:39,725 Exception information: 2025-09-02T06:49:39,725 Traceback (most recent call last): 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-09-02T06:49:39,725 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-09-02T06:49:39,725 raise RequirementsConflicted(criterion) 2025-09-02T06:49:39,725 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('terminal-colors-lld==1.0.0') 2025-09-02T06:49:39,725 2025-09-02T06:49:39,725 The above exception was the direct cause of the following exception: 2025-09-02T06:49:39,725 2025-09-02T06:49:39,725 Traceback (most recent call last): 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-09-02T06:49:39,725 result = self._result = resolver.resolve( 2025-09-02T06:49:39,725 ^^^^^^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-09-02T06:49:39,725 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-02T06:49:39,725 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-09-02T06:49:39,725 raise ResolutionImpossible(e.criterion.information) from e 2025-09-02T06:49:39,725 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('terminal-colors-lld==1.0.0'), parent=None)] 2025-09-02T06:49:39,725 2025-09-02T06:49:39,725 The above exception was the direct cause of the following exception: 2025-09-02T06:49:39,725 2025-09-02T06:49:39,725 Traceback (most recent call last): 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-09-02T06:49:39,725 status = _inner_run() 2025-09-02T06:49:39,725 ^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-09-02T06:49:39,725 return self.run(options, args) 2025-09-02T06:49:39,725 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-09-02T06:49:39,725 return func(self, options, args) 2025-09-02T06:49:39,725 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-09-02T06:49:39,725 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-02T06:49:39,725 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T06:49:39,725 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-09-02T06:49:39,725 raise error from e 2025-09-02T06:49:39,725 pip._internal.exceptions.DistributionNotFound: No matching distribution found for terminal-colors-lld==1.0.0 2025-09-02T06:49:39,731 Removed build tracker: '/tmp/pip-build-tracker-wuqfn9vq'