2025-09-15T23:50:13,793 Created temporary directory: /tmp/pip-build-tracker-ys3vkgwq 2025-09-15T23:50:13,794 Initialized build tracking at /tmp/pip-build-tracker-ys3vkgwq 2025-09-15T23:50:13,794 Created build tracker: /tmp/pip-build-tracker-ys3vkgwq 2025-09-15T23:50:13,794 Entered build tracker: /tmp/pip-build-tracker-ys3vkgwq 2025-09-15T23:50:13,794 Created temporary directory: /tmp/pip-wheel-bohx18y8 2025-09-15T23:50:13,797 Created temporary directory: /tmp/pip-ephem-wheel-cache-vlcpjhyo 2025-09-15T23:50:13,856 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-15T23:50:13,858 2 location(s) to search for versions of ultragrad: 2025-09-15T23:50:13,858 * https://pypi.org/simple/ultragrad/ 2025-09-15T23:50:13,858 * https://www.piwheels.org/simple/ultragrad/ 2025-09-15T23:50:13,859 Fetching project page and analyzing links: https://pypi.org/simple/ultragrad/ 2025-09-15T23:50:13,859 Getting page https://pypi.org/simple/ultragrad/ 2025-09-15T23:50:13,860 Found index url https://pypi.org/simple/ 2025-09-15T23:50:14,009 Fetched page https://pypi.org/simple/ultragrad/ as application/vnd.pypi.simple.v1+json 2025-09-15T23:50:14,011 Skipping link: No binaries permitted for ultragrad: https://files.pythonhosted.org/packages/93/2f/612be9293d6622afb0a4052cbdf417bc9c4f2e74426c88d0134d63b57512/ultragrad-0.1.0-py3-none-any.whl (from https://pypi.org/simple/ultragrad/) (requires-python:==3.13.2) 2025-09-15T23:50:14,012 Link requires a different Python (3.13.5 not in: '==3.13.2'): https://files.pythonhosted.org/packages/48/8e/49220aeaccd5e88e87654dce17e3a9c77be10da954bcf921c90088bac8d4/ultragrad-0.1.0.tar.gz (from https://pypi.org/simple/ultragrad/) (requires-python:==3.13.2) 2025-09-15T23:50:14,013 Skipping link: 0.1.0 Requires-Python ==3.13.2: https://files.pythonhosted.org/packages/48/8e/49220aeaccd5e88e87654dce17e3a9c77be10da954bcf921c90088bac8d4/ultragrad-0.1.0.tar.gz (from https://pypi.org/simple/ultragrad/) (requires-python:==3.13.2) 2025-09-15T23:50:14,013 Fetching project page and analyzing links: https://www.piwheels.org/simple/ultragrad/ 2025-09-15T23:50:14,014 Getting page https://www.piwheels.org/simple/ultragrad/ 2025-09-15T23:50:14,015 Found index url https://www.piwheels.org/simple/ 2025-09-15T23:50:14,117 Fetched page https://www.piwheels.org/simple/ultragrad/ as text/html 2025-09-15T23:50:14,118 Skipping link: not a file: https://www.piwheels.org/simple/ultragrad/ 2025-09-15T23:50:14,118 Skipping link: not a file: https://pypi.org/simple/ultragrad/ 2025-09-15T23:50:14,143 Given no hashes to check 0 links for project 'ultragrad': discarding no candidates 2025-09-15T23:50:14,144 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python ==3.13.2 2025-09-15T23:50:14,145 ERROR: Could not find a version that satisfies the requirement ultragrad==0.1.0 (from versions: none) 2025-09-15T23:50:14,146 ERROR: No matching distribution found for ultragrad==0.1.0 2025-09-15T23:50:14,147 Exception information: 2025-09-15T23:50:14,147 Traceback (most recent call last): 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-15T23:50:14,147 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-15T23:50:14,147 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-15T23:50:14,147 raise RequirementsConflicted(criterion) 2025-09-15T23:50:14,147 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ultragrad==0.1.0') 2025-09-15T23:50:14,147 2025-09-15T23:50:14,147 The above exception was the direct cause of the following exception: 2025-09-15T23:50:14,147 2025-09-15T23:50:14,147 Traceback (most recent call last): 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-15T23:50:14,147 result = self._result = resolver.resolve( 2025-09-15T23:50:14,147 ~~~~~~~~~~~~~~~~^ 2025-09-15T23:50:14,147 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-15T23:50:14,147 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-15T23:50:14,147 ) 2025-09-15T23:50:14,147 ^ 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-15T23:50:14,147 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-15T23:50:14,147 raise ResolutionImpossible(e.criterion.information) from e 2025-09-15T23:50:14,147 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ultragrad==0.1.0'), parent=None)] 2025-09-15T23:50:14,147 2025-09-15T23:50:14,147 The above exception was the direct cause of the following exception: 2025-09-15T23:50:14,147 2025-09-15T23:50:14,147 Traceback (most recent call last): 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-15T23:50:14,147 status = _inner_run() 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-15T23:50:14,147 return self.run(options, args) 2025-09-15T23:50:14,147 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-15T23:50:14,147 return func(self, options, args) 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-15T23:50:14,147 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-15T23:50:14,147 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-15T23:50:14,147 raise error from e 2025-09-15T23:50:14,147 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ultragrad==0.1.0 2025-09-15T23:50:14,157 Removed build tracker: '/tmp/pip-build-tracker-ys3vkgwq'