2025-01-23T09:21:01,081 Created temporary directory: /tmp/pip-build-tracker-0mjczb5j 2025-01-23T09:21:01,083 Initialized build tracking at /tmp/pip-build-tracker-0mjczb5j 2025-01-23T09:21:01,083 Created build tracker: /tmp/pip-build-tracker-0mjczb5j 2025-01-23T09:21:01,084 Entered build tracker: /tmp/pip-build-tracker-0mjczb5j 2025-01-23T09:21:01,085 Created temporary directory: /tmp/pip-wheel-2pg58dhr 2025-01-23T09:21:01,089 Created temporary directory: /tmp/pip-ephem-wheel-cache-artuz72n 2025-01-23T09:21:01,133 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-01-23T09:21:01,135 2 location(s) to search for versions of vidizmo-yolox: 2025-01-23T09:21:01,135 * https://pypi.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,135 * https://www.piwheels.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,136 Fetching project page and analyzing links: https://pypi.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,137 Getting page https://pypi.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,139 Found index url https://pypi.org/simple/ 2025-01-23T09:21:01,361 Fetched page https://pypi.org/simple/vidizmo-yolox/ as application/vnd.pypi.simple.v1+json 2025-01-23T09:21:01,363 Skipping link: No binaries permitted for vidizmo-yolox: https://files.pythonhosted.org/packages/4e/77/f60fd3897de9dd91ce761471859e73c1b2daed681c150210afb922ffb24a/vidizmo_yolox-0.1.0-py3-none-any.whl (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,364 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/1e/5a/cedd0f18776c6a002c93cfc66e2b0d71dc0578f755456943566ae086f813/vidizmo_yolox-0.1.0.tar.gz (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,365 Skipping link: 0.1.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/1e/5a/cedd0f18776c6a002c93cfc66e2b0d71dc0578f755456943566ae086f813/vidizmo_yolox-0.1.0.tar.gz (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,365 Skipping link: No binaries permitted for vidizmo-yolox: https://files.pythonhosted.org/packages/7c/d7/7dc8c7aa9d83f6e56ff4130a7e18e2c4bcfa8e71981788e029595395ff03/vidizmo_yolox-0.1.1-py3-none-any.whl (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,366 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/72/0a/52ce002e3f2dca97aefac6c7c9246f1700d57e99f0295c04b6b14fd6d9d0/vidizmo_yolox-0.1.1.tar.gz (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,367 Skipping link: 0.1.1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/72/0a/52ce002e3f2dca97aefac6c7c9246f1700d57e99f0295c04b6b14fd6d9d0/vidizmo_yolox-0.1.1.tar.gz (from https://pypi.org/simple/vidizmo-yolox/) (requires-python:>=3.12) 2025-01-23T09:21:01,367 Fetching project page and analyzing links: https://www.piwheels.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,369 Getting page https://www.piwheels.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,370 Found index url https://www.piwheels.org/simple/ 2025-01-23T09:21:01,537 Fetched page https://www.piwheels.org/simple/vidizmo-yolox/ as text/html 2025-01-23T09:21:01,539 Skipping link: not a file: https://www.piwheels.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,539 Skipping link: not a file: https://pypi.org/simple/vidizmo-yolox/ 2025-01-23T09:21:01,559 Given no hashes to check 0 links for project 'vidizmo-yolox': discarding no candidates 2025-01-23T09:21:01,560 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.12; 0.1.1 Requires-Python >=3.12 2025-01-23T09:21:01,561 ERROR: Could not find a version that satisfies the requirement vidizmo-yolox==0.1.1 (from versions: none) 2025-01-23T09:21:01,563 ERROR: No matching distribution found for vidizmo-yolox==0.1.1 2025-01-23T09:21:01,565 Exception information: 2025-01-23T09:21:01,565 Traceback (most recent call last): 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-01-23T09:21:01,565 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-01-23T09:21:01,565 raise RequirementsConflicted(criterion) 2025-01-23T09:21:01,565 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('vidizmo-yolox==0.1.1') 2025-01-23T09:21:01,565 2025-01-23T09:21:01,565 During handling of the above exception, another exception occurred: 2025-01-23T09:21:01,565 2025-01-23T09:21:01,565 Traceback (most recent call last): 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-01-23T09:21:01,565 result = self._result = resolver.resolve( 2025-01-23T09:21:01,565 ^^^^^^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-01-23T09:21:01,565 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-01-23T09:21:01,565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-01-23T09:21:01,565 raise ResolutionImpossible(e.criterion.information) 2025-01-23T09:21:01,565 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('vidizmo-yolox==0.1.1'), parent=None)] 2025-01-23T09:21:01,565 2025-01-23T09:21:01,565 The above exception was the direct cause of the following exception: 2025-01-23T09:21:01,565 2025-01-23T09:21:01,565 Traceback (most recent call last): 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-01-23T09:21:01,565 status = _inner_run() 2025-01-23T09:21:01,565 ^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-01-23T09:21:01,565 return self.run(options, args) 2025-01-23T09:21:01,565 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-01-23T09:21:01,565 return func(self, options, args) 2025-01-23T09:21:01,565 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-01-23T09:21:01,565 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-01-23T09:21:01,565 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-01-23T09:21:01,565 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-01-23T09:21:01,565 raise error from e 2025-01-23T09:21:01,565 pip._internal.exceptions.DistributionNotFound: No matching distribution found for vidizmo-yolox==0.1.1 2025-01-23T09:21:01,570 Removed build tracker: '/tmp/pip-build-tracker-0mjczb5j'