2023-11-14T02:28:59,016 Created temporary directory: /tmp/pip-build-tracker-rt7xmhxe 2023-11-14T02:28:59,017 Initialized build tracking at /tmp/pip-build-tracker-rt7xmhxe 2023-11-14T02:28:59,017 Created build tracker: /tmp/pip-build-tracker-rt7xmhxe 2023-11-14T02:28:59,018 Entered build tracker: /tmp/pip-build-tracker-rt7xmhxe 2023-11-14T02:28:59,018 Created temporary directory: /tmp/pip-wheel-_eehlxo6 2023-11-14T02:28:59,022 Created temporary directory: /tmp/pip-ephem-wheel-cache-ug3m1hrm 2023-11-14T02:28:59,045 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-11-14T02:28:59,049 2 location(s) to search for versions of contrastive-ne: 2023-11-14T02:28:59,049 * https://pypi.org/simple/contrastive-ne/ 2023-11-14T02:28:59,049 * https://www.piwheels.org/simple/contrastive-ne/ 2023-11-14T02:28:59,049 Fetching project page and analyzing links: https://pypi.org/simple/contrastive-ne/ 2023-11-14T02:28:59,050 Getting page https://pypi.org/simple/contrastive-ne/ 2023-11-14T02:28:59,052 Found index url https://pypi.org/simple/ 2023-11-14T02:28:59,307 Fetched page https://pypi.org/simple/contrastive-ne/ as application/vnd.pypi.simple.v1+json 2023-11-14T02:28:59,309 Link requires a different Python (3.11.2 not in: '<3.11,>=3.8'): https://files.pythonhosted.org/packages/92/1d/34f2a688c4295e4c0368883b47b68811e0073c00a8a381436602aab5e373/contrastive-ne-0.2.3.tar.gz (from https://pypi.org/simple/contrastive-ne/) (requires-python:<3.11,>=3.8) 2023-11-14T02:28:59,310 Skipping link: 0.2.3 Requires-Python <3.11,>=3.8: https://files.pythonhosted.org/packages/92/1d/34f2a688c4295e4c0368883b47b68811e0073c00a8a381436602aab5e373/contrastive-ne-0.2.3.tar.gz (from https://pypi.org/simple/contrastive-ne/) (requires-python:<3.11,>=3.8) 2023-11-14T02:28:59,310 Skipping link: No binaries permitted for contrastive-ne: https://files.pythonhosted.org/packages/cd/53/0bc4f7884964f16529ff70467e515814f76a1621854e372d7e4aece9c04c/contrastive_ne-0.2.3-py3-none-any.whl (from https://pypi.org/simple/contrastive-ne/) (requires-python:<3.11,>=3.8) 2023-11-14T02:28:59,311 Fetching project page and analyzing links: https://www.piwheels.org/simple/contrastive-ne/ 2023-11-14T02:28:59,312 Getting page https://www.piwheels.org/simple/contrastive-ne/ 2023-11-14T02:28:59,313 Found index url https://www.piwheels.org/simple/ 2023-11-14T02:28:59,486 Fetched page https://www.piwheels.org/simple/contrastive-ne/ as text/html 2023-11-14T02:28:59,488 Skipping link: not a file: https://www.piwheels.org/simple/contrastive-ne/ 2023-11-14T02:28:59,488 Skipping link: not a file: https://pypi.org/simple/contrastive-ne/ 2023-11-14T02:28:59,509 Given no hashes to check 0 links for project 'contrastive-ne': discarding no candidates 2023-11-14T02:28:59,510 ERROR: Ignored the following versions that require a different python version: 0.2.3 Requires-Python <3.11,>=3.8 2023-11-14T02:28:59,512 ERROR: Could not find a version that satisfies the requirement contrastive-ne==0.2.3 (from versions: none) 2023-11-14T02:28:59,513 ERROR: No matching distribution found for contrastive-ne==0.2.3 2023-11-14T02:28:59,515 Exception information: 2023-11-14T02:28:59,515 Traceback (most recent call last): 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-11-14T02:28:59,515 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-11-14T02:28:59,515 raise RequirementsConflicted(criterion) 2023-11-14T02:28:59,515 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('contrastive-ne==0.2.3') 2023-11-14T02:28:59,515 2023-11-14T02:28:59,515 During handling of the above exception, another exception occurred: 2023-11-14T02:28:59,515 2023-11-14T02:28:59,515 Traceback (most recent call last): 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2023-11-14T02:28:59,515 result = self._result = resolver.resolve( 2023-11-14T02:28:59,515 ^^^^^^^^^^^^^^^^^ 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-11-14T02:28:59,515 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-11-14T02:28:59,515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-11-14T02:28:59,515 raise ResolutionImpossible(e.criterion.information) 2023-11-14T02:28:59,515 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('contrastive-ne==0.2.3'), parent=None)] 2023-11-14T02:28:59,515 2023-11-14T02:28:59,515 The above exception was the direct cause of the following exception: 2023-11-14T02:28:59,515 2023-11-14T02:28:59,515 Traceback (most recent call last): 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-11-14T02:28:59,515 status = run_func(*args) 2023-11-14T02:28:59,515 ^^^^^^^^^^^^^^^ 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2023-11-14T02:28:59,515 return func(self, options, args) 2023-11-14T02:28:59,515 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-11-14T02:28:59,515 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-11-14T02:28:59,515 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-11-14T02:28:59,515 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2023-11-14T02:28:59,515 raise error from e 2023-11-14T02:28:59,515 pip._internal.exceptions.DistributionNotFound: No matching distribution found for contrastive-ne==0.2.3 2023-11-14T02:28:59,520 Removed build tracker: '/tmp/pip-build-tracker-rt7xmhxe'