2023-06-12T17:30:35,116 Created temporary directory: /tmp/pip-build-tracker-rtj8aisk 2023-06-12T17:30:35,117 Initialized build tracking at /tmp/pip-build-tracker-rtj8aisk 2023-06-12T17:30:35,117 Created build tracker: /tmp/pip-build-tracker-rtj8aisk 2023-06-12T17:30:35,117 Entered build tracker: /tmp/pip-build-tracker-rtj8aisk 2023-06-12T17:30:35,118 Created temporary directory: /tmp/pip-wheel-ukdudkri 2023-06-12T17:30:35,121 Created temporary directory: /tmp/pip-ephem-wheel-cache-lyaiyxa2 2023-06-12T17:30:35,146 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-12T17:30:35,149 2 location(s) to search for versions of libcythonconst: 2023-06-12T17:30:35,149 * https://pypi.org/simple/libcythonconst/ 2023-06-12T17:30:35,149 * https://www.piwheels.org/simple/libcythonconst/ 2023-06-12T17:30:35,150 Fetching project page and analyzing links: https://pypi.org/simple/libcythonconst/ 2023-06-12T17:30:35,150 Getting page https://pypi.org/simple/libcythonconst/ 2023-06-12T17:30:35,152 Found index url https://pypi.org/simple/ 2023-06-12T17:30:35,201 Fetched page https://pypi.org/simple/libcythonconst/ as application/vnd.pypi.simple.v1+json 2023-06-12T17:30:35,203 Skipping link: No binaries permitted for libcythonconst: https://files.pythonhosted.org/packages/16/ef/849e87ff7f1d5dd44c082d6a8c9a1277c50f3400fb2a780cc9e51d6c3571/libcythonconst-1.0.0-cp311-cp311-macosx_13_0_arm64.whl (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,203 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/fd/97/3c0c3bddf644e350f8eb2483521b47407a62e3901d587ab1b4a0905dd6de/libcythonconst-1.0.0.tar.gz (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,204 Skipping link: 1.0.0 Requires-Python >=3.11: https://files.pythonhosted.org/packages/fd/97/3c0c3bddf644e350f8eb2483521b47407a62e3901d587ab1b4a0905dd6de/libcythonconst-1.0.0.tar.gz (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,204 Skipping link: No binaries permitted for libcythonconst: https://files.pythonhosted.org/packages/ce/b1/5ef3a862fd5667fb0392afb48498c4a3b886d3750bb200966e392e2bb2d4/libcythonconst-1.0.1-cp311-cp311-macosx_13_0_arm64.whl (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,204 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/ac/9f/d4ee0a16ec45f0ae812023af2e6fe83b3d922fa889ad3f92ef6ac910052f/libcythonconst-1.0.1.tar.gz (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,205 Skipping link: 1.0.1 Requires-Python >=3.11: https://files.pythonhosted.org/packages/ac/9f/d4ee0a16ec45f0ae812023af2e6fe83b3d922fa889ad3f92ef6ac910052f/libcythonconst-1.0.1.tar.gz (from https://pypi.org/simple/libcythonconst/) (requires-python:>=3.11) 2023-06-12T17:30:35,205 Fetching project page and analyzing links: https://www.piwheels.org/simple/libcythonconst/ 2023-06-12T17:30:35,205 Getting page https://www.piwheels.org/simple/libcythonconst/ 2023-06-12T17:30:35,206 Found index url https://www.piwheels.org/simple/ 2023-06-12T17:30:35,479 Fetched page https://www.piwheels.org/simple/libcythonconst/ as text/html 2023-06-12T17:30:35,480 Skipping link: not a file: https://www.piwheels.org/simple/libcythonconst/ 2023-06-12T17:30:35,480 Skipping link: not a file: https://pypi.org/simple/libcythonconst/ 2023-06-12T17:30:35,497 Given no hashes to check 0 links for project 'libcythonconst': discarding no candidates 2023-06-12T17:30:35,497 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.11; 1.0.1 Requires-Python >=3.11 2023-06-12T17:30:35,498 ERROR: Could not find a version that satisfies the requirement libcythonconst==1.0.1 (from versions: none) 2023-06-12T17:30:35,499 ERROR: No matching distribution found for libcythonconst==1.0.1 2023-06-12T17:30:35,500 Exception information: 2023-06-12T17:30:35,500 Traceback (most recent call last): 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-06-12T17:30:35,500 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-06-12T17:30:35,500 raise RequirementsConflicted(criterion) 2023-06-12T17:30:35,500 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('libcythonconst==1.0.1') 2023-06-12T17:30:35,500 2023-06-12T17:30:35,500 During handling of the above exception, another exception occurred: 2023-06-12T17:30:35,500 2023-06-12T17:30:35,500 Traceback (most recent call last): 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-06-12T17:30:35,500 result = self._result = resolver.resolve( 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-06-12T17:30:35,500 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-06-12T17:30:35,500 raise ResolutionImpossible(e.criterion.information) 2023-06-12T17:30:35,500 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('libcythonconst==1.0.1'), parent=None)] 2023-06-12T17:30:35,500 2023-06-12T17:30:35,500 The above exception was the direct cause of the following exception: 2023-06-12T17:30:35,500 2023-06-12T17:30:35,500 Traceback (most recent call last): 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-06-12T17:30:35,500 status = run_func(*args) 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-06-12T17:30:35,500 return func(self, options, args) 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-06-12T17:30:35,500 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-06-12T17:30:35,500 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-06-12T17:30:35,500 raise error from e 2023-06-12T17:30:35,500 pip._internal.exceptions.DistributionNotFound: No matching distribution found for libcythonconst==1.0.1 2023-06-12T17:30:35,504 Removed build tracker: '/tmp/pip-build-tracker-rtj8aisk'