2024-03-03T09:14:16,602 Created temporary directory: /tmp/pip-build-tracker-3ikr2vtm 2024-03-03T09:14:16,603 Initialized build tracking at /tmp/pip-build-tracker-3ikr2vtm 2024-03-03T09:14:16,603 Created build tracker: /tmp/pip-build-tracker-3ikr2vtm 2024-03-03T09:14:16,604 Entered build tracker: /tmp/pip-build-tracker-3ikr2vtm 2024-03-03T09:14:16,604 Created temporary directory: /tmp/pip-wheel-ku_nrje2 2024-03-03T09:14:16,608 Created temporary directory: /tmp/pip-ephem-wheel-cache-74owum1h 2024-03-03T09:14:16,634 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-03-03T09:14:16,638 2 location(s) to search for versions of toroidal-sneks: 2024-03-03T09:14:16,638 * https://pypi.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,638 * https://www.piwheels.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,639 Fetching project page and analyzing links: https://pypi.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,639 Getting page https://pypi.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,641 Found index url https://pypi.org/simple/ 2024-03-03T09:14:16,694 Fetched page https://pypi.org/simple/toroidal-sneks/ as application/vnd.pypi.simple.v1+json 2024-03-03T09:14:16,696 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/a4/35/e766d98dd2f407b77d1f8e36f284dd536e73e4af8b3cbf9b0a90e706b4f5/toroidal-sneks-1.0.0.tar.gz (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,696 Skipping link: 1.0.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/a4/35/e766d98dd2f407b77d1f8e36f284dd536e73e4af8b3cbf9b0a90e706b4f5/toroidal-sneks-1.0.0.tar.gz (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,696 Skipping link: No binaries permitted for toroidal-sneks: https://files.pythonhosted.org/packages/d5/bf/b860b1e13c5178af15e1e8ab1cd3ed07e73da4554a7045c9ecd5ffd8cae6/toroidal_sneks-1.0.0-py3-none-any.whl (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,697 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/06/44/583b86caf84951ed6780be944a178c27b5f70b9ef4cbe318740d5c46b24d/toroidal-sneks-1.0.1.tar.gz (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,697 Skipping link: 1.0.1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/06/44/583b86caf84951ed6780be944a178c27b5f70b9ef4cbe318740d5c46b24d/toroidal-sneks-1.0.1.tar.gz (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,697 Skipping link: No binaries permitted for toroidal-sneks: https://files.pythonhosted.org/packages/66/81/12f46233f79408f1a5a575aaf949b2e2a50f030a00a0dd1d289f913b0293/toroidal_sneks-1.0.1-py3-none-any.whl (from https://pypi.org/simple/toroidal-sneks/) (requires-python:>=3.12) 2024-03-03T09:14:16,698 Fetching project page and analyzing links: https://www.piwheels.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,698 Getting page https://www.piwheels.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,699 Found index url https://www.piwheels.org/simple/ 2024-03-03T09:14:16,760 Fetched page https://www.piwheels.org/simple/toroidal-sneks/ as text/html 2024-03-03T09:14:16,761 Skipping link: not a file: https://www.piwheels.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,761 Skipping link: not a file: https://pypi.org/simple/toroidal-sneks/ 2024-03-03T09:14:16,779 Given no hashes to check 0 links for project 'toroidal-sneks': discarding no candidates 2024-03-03T09:14:16,779 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.12; 1.0.1 Requires-Python >=3.12 2024-03-03T09:14:16,780 ERROR: Could not find a version that satisfies the requirement toroidal-sneks==1.0.1 (from versions: none) 2024-03-03T09:14:16,781 ERROR: No matching distribution found for toroidal-sneks==1.0.1 2024-03-03T09:14:16,782 Exception information: 2024-03-03T09:14:16,782 Traceback (most recent call last): 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-03-03T09:14:16,782 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-03-03T09:14:16,782 raise RequirementsConflicted(criterion) 2024-03-03T09:14:16,782 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('toroidal-sneks==1.0.1') 2024-03-03T09:14:16,782 2024-03-03T09:14:16,782 During handling of the above exception, another exception occurred: 2024-03-03T09:14:16,782 2024-03-03T09:14:16,782 Traceback (most recent call last): 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-03-03T09:14:16,782 result = self._result = resolver.resolve( 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-03-03T09:14:16,782 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-03-03T09:14:16,782 raise ResolutionImpossible(e.criterion.information) 2024-03-03T09:14:16,782 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('toroidal-sneks==1.0.1'), parent=None)] 2024-03-03T09:14:16,782 2024-03-03T09:14:16,782 The above exception was the direct cause of the following exception: 2024-03-03T09:14:16,782 2024-03-03T09:14:16,782 Traceback (most recent call last): 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-03-03T09:14:16,782 status = run_func(*args) 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-03-03T09:14:16,782 return func(self, options, args) 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-03-03T09:14:16,782 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-03-03T09:14:16,782 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-03-03T09:14:16,782 raise error from e 2024-03-03T09:14:16,782 pip._internal.exceptions.DistributionNotFound: No matching distribution found for toroidal-sneks==1.0.1 2024-03-03T09:14:16,786 Removed build tracker: '/tmp/pip-build-tracker-3ikr2vtm'