2025-09-14T10:07:53,401 Created temporary directory: /tmp/pip-build-tracker-m456g5iy 2025-09-14T10:07:53,402 Initialized build tracking at /tmp/pip-build-tracker-m456g5iy 2025-09-14T10:07:53,402 Created build tracker: /tmp/pip-build-tracker-m456g5iy 2025-09-14T10:07:53,402 Entered build tracker: /tmp/pip-build-tracker-m456g5iy 2025-09-14T10:07:53,402 Created temporary directory: /tmp/pip-wheel-36r56cjk 2025-09-14T10:07:53,406 Created temporary directory: /tmp/pip-ephem-wheel-cache-sdluzvg9 2025-09-14T10:07:53,466 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-14T10:07:53,468 2 location(s) to search for versions of sol-div: 2025-09-14T10:07:53,468 * https://pypi.org/simple/sol-div/ 2025-09-14T10:07:53,468 * https://www.piwheels.org/simple/sol-div/ 2025-09-14T10:07:53,469 Fetching project page and analyzing links: https://pypi.org/simple/sol-div/ 2025-09-14T10:07:53,469 Getting page https://pypi.org/simple/sol-div/ 2025-09-14T10:07:53,470 Found index url https://pypi.org/simple/ 2025-09-14T10:07:53,622 Fetched page https://pypi.org/simple/sol-div/ as application/vnd.pypi.simple.v1+json 2025-09-14T10:07:53,623 Skipping link: No binaries permitted for sol-div: https://files.pythonhosted.org/packages/f1/2a/12e330e139079fbe43404ed981deecb72bc760357c163f7674623187f657/sol_div-0.1.0-py3-none-any.whl (from https://pypi.org/simple/sol-div/) (requires-python:==3.11.*) 2025-09-14T10:07:53,624 Link requires a different Python (3.13.5 not in: '==3.11.*'): https://files.pythonhosted.org/packages/68/46/83b4bc31472f969dfae5507f0b4851d8db9bb51cbbea42ed1f1d3617070f/sol_div-0.1.0.tar.gz (from https://pypi.org/simple/sol-div/) (requires-python:==3.11.*) 2025-09-14T10:07:53,624 Skipping link: 0.1.0 Requires-Python ==3.11.*: https://files.pythonhosted.org/packages/68/46/83b4bc31472f969dfae5507f0b4851d8db9bb51cbbea42ed1f1d3617070f/sol_div-0.1.0.tar.gz (from https://pypi.org/simple/sol-div/) (requires-python:==3.11.*) 2025-09-14T10:07:53,625 Fetching project page and analyzing links: https://www.piwheels.org/simple/sol-div/ 2025-09-14T10:07:53,625 Getting page https://www.piwheels.org/simple/sol-div/ 2025-09-14T10:07:53,626 Found index url https://www.piwheels.org/simple/ 2025-09-14T10:07:53,718 Fetched page https://www.piwheels.org/simple/sol-div/ as text/html 2025-09-14T10:07:53,719 Skipping link: not a file: https://www.piwheels.org/simple/sol-div/ 2025-09-14T10:07:53,719 Skipping link: not a file: https://pypi.org/simple/sol-div/ 2025-09-14T10:07:53,745 Given no hashes to check 0 links for project 'sol-div': discarding no candidates 2025-09-14T10:07:53,746 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python ==3.11.* 2025-09-14T10:07:53,747 ERROR: Could not find a version that satisfies the requirement sol-div==0.1.0 (from versions: none) 2025-09-14T10:07:53,748 ERROR: No matching distribution found for sol-div==0.1.0 2025-09-14T10:07:53,749 Exception information: 2025-09-14T10:07:53,749 Traceback (most recent call last): 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-14T10:07:53,749 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-14T10:07:53,749 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-14T10:07:53,749 raise RequirementsConflicted(criterion) 2025-09-14T10:07:53,749 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sol-div==0.1.0') 2025-09-14T10:07:53,749 2025-09-14T10:07:53,749 The above exception was the direct cause of the following exception: 2025-09-14T10:07:53,749 2025-09-14T10:07:53,749 Traceback (most recent call last): 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-14T10:07:53,749 result = self._result = resolver.resolve( 2025-09-14T10:07:53,749 ~~~~~~~~~~~~~~~~^ 2025-09-14T10:07:53,749 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-14T10:07:53,749 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-14T10:07:53,749 ) 2025-09-14T10:07:53,749 ^ 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-14T10:07:53,749 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-14T10:07:53,749 raise ResolutionImpossible(e.criterion.information) from e 2025-09-14T10:07:53,749 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sol-div==0.1.0'), parent=None)] 2025-09-14T10:07:53,749 2025-09-14T10:07:53,749 The above exception was the direct cause of the following exception: 2025-09-14T10:07:53,749 2025-09-14T10:07:53,749 Traceback (most recent call last): 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-14T10:07:53,749 status = _inner_run() 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-14T10:07:53,749 return self.run(options, args) 2025-09-14T10:07:53,749 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-14T10:07:53,749 return func(self, options, args) 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-14T10:07:53,749 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-14T10:07:53,749 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-14T10:07:53,749 raise error from e 2025-09-14T10:07:53,749 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sol-div==0.1.0 2025-09-14T10:07:53,759 Removed build tracker: '/tmp/pip-build-tracker-m456g5iy'