2025-09-14T10:07:54,632 Created temporary directory: /tmp/pip-build-tracker-zha_apzm 2025-09-14T10:07:54,632 Initialized build tracking at /tmp/pip-build-tracker-zha_apzm 2025-09-14T10:07:54,633 Created build tracker: /tmp/pip-build-tracker-zha_apzm 2025-09-14T10:07:54,633 Entered build tracker: /tmp/pip-build-tracker-zha_apzm 2025-09-14T10:07:54,633 Created temporary directory: /tmp/pip-wheel-rcnza0zh 2025-09-14T10:07:54,637 Created temporary directory: /tmp/pip-ephem-wheel-cache-2rj51dvf 2025-09-14T10:07:54,705 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-14T10:07:54,708 2 location(s) to search for versions of sol-mul: 2025-09-14T10:07:54,708 * https://pypi.org/simple/sol-mul/ 2025-09-14T10:07:54,708 * https://www.piwheels.org/simple/sol-mul/ 2025-09-14T10:07:54,709 Fetching project page and analyzing links: https://pypi.org/simple/sol-mul/ 2025-09-14T10:07:54,709 Getting page https://pypi.org/simple/sol-mul/ 2025-09-14T10:07:54,711 Found index url https://pypi.org/simple/ 2025-09-14T10:07:54,869 Fetched page https://pypi.org/simple/sol-mul/ as application/vnd.pypi.simple.v1+json 2025-09-14T10:07:54,871 Skipping link: No binaries permitted for sol-mul: https://files.pythonhosted.org/packages/31/80/eb280bc1d9c5d9b5c213d361e6c4ed4c9d585524888603b71bad6df43bcd/sol_mul-0.1.0-py3-none-any.whl (from https://pypi.org/simple/sol-mul/) (requires-python:==3.11.*) 2025-09-14T10:07:54,871 Link requires a different Python (3.13.5 not in: '==3.11.*'): https://files.pythonhosted.org/packages/fe/ca/6d957ff9c9528cce47ba005fd2ff03369d177f05e9d4c8d4e7cdcabb5eae/sol_mul-0.1.0.tar.gz (from https://pypi.org/simple/sol-mul/) (requires-python:==3.11.*) 2025-09-14T10:07:54,872 Skipping link: 0.1.0 Requires-Python ==3.11.*: https://files.pythonhosted.org/packages/fe/ca/6d957ff9c9528cce47ba005fd2ff03369d177f05e9d4c8d4e7cdcabb5eae/sol_mul-0.1.0.tar.gz (from https://pypi.org/simple/sol-mul/) (requires-python:==3.11.*) 2025-09-14T10:07:54,872 Fetching project page and analyzing links: https://www.piwheels.org/simple/sol-mul/ 2025-09-14T10:07:54,872 Getting page https://www.piwheels.org/simple/sol-mul/ 2025-09-14T10:07:54,874 Found index url https://www.piwheels.org/simple/ 2025-09-14T10:07:54,980 Fetched page https://www.piwheels.org/simple/sol-mul/ as text/html 2025-09-14T10:07:54,981 Skipping link: not a file: https://www.piwheels.org/simple/sol-mul/ 2025-09-14T10:07:54,981 Skipping link: not a file: https://pypi.org/simple/sol-mul/ 2025-09-14T10:07:55,005 Given no hashes to check 0 links for project 'sol-mul': discarding no candidates 2025-09-14T10:07:55,005 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python ==3.11.* 2025-09-14T10:07:55,007 ERROR: Could not find a version that satisfies the requirement sol-mul==0.1.0 (from versions: none) 2025-09-14T10:07:55,008 ERROR: No matching distribution found for sol-mul==0.1.0 2025-09-14T10:07:55,009 Exception information: 2025-09-14T10:07:55,009 Traceback (most recent call last): 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-14T10:07:55,009 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-14T10:07:55,009 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-14T10:07:55,009 raise RequirementsConflicted(criterion) 2025-09-14T10:07:55,009 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sol-mul==0.1.0') 2025-09-14T10:07:55,009 2025-09-14T10:07:55,009 The above exception was the direct cause of the following exception: 2025-09-14T10:07:55,009 2025-09-14T10:07:55,009 Traceback (most recent call last): 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-14T10:07:55,009 result = self._result = resolver.resolve( 2025-09-14T10:07:55,009 ~~~~~~~~~~~~~~~~^ 2025-09-14T10:07:55,009 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-14T10:07:55,009 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-14T10:07:55,009 ) 2025-09-14T10:07:55,009 ^ 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-14T10:07:55,009 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-14T10:07:55,009 raise ResolutionImpossible(e.criterion.information) from e 2025-09-14T10:07:55,009 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sol-mul==0.1.0'), parent=None)] 2025-09-14T10:07:55,009 2025-09-14T10:07:55,009 The above exception was the direct cause of the following exception: 2025-09-14T10:07:55,009 2025-09-14T10:07:55,009 Traceback (most recent call last): 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-14T10:07:55,009 status = _inner_run() 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-14T10:07:55,009 return self.run(options, args) 2025-09-14T10:07:55,009 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-14T10:07:55,009 return func(self, options, args) 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-14T10:07:55,009 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-14T10:07:55,009 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-14T10:07:55,009 raise error from e 2025-09-14T10:07:55,009 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sol-mul==0.1.0 2025-09-14T10:07:55,018 Removed build tracker: '/tmp/pip-build-tracker-zha_apzm'