2025-04-01T12:17:23,692 Disabling truststore because Python version isn't 3.10+ 2025-04-01T12:17:24,323 Created temporary directory: /tmp/pip-build-tracker-q2pi0o12 2025-04-01T12:17:24,324 Initialized build tracking at /tmp/pip-build-tracker-q2pi0o12 2025-04-01T12:17:24,324 Created build tracker: /tmp/pip-build-tracker-q2pi0o12 2025-04-01T12:17:24,324 Entered build tracker: /tmp/pip-build-tracker-q2pi0o12 2025-04-01T12:17:24,325 Created temporary directory: /tmp/pip-wheel-wur80csz 2025-04-01T12:17:24,330 Created temporary directory: /tmp/pip-ephem-wheel-cache-7b19no7v 2025-04-01T12:17:24,378 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-04-01T12:17:24,381 2 location(s) to search for versions of unique-playgrounds-py: 2025-04-01T12:17:24,381 * https://pypi.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,381 * https://www.piwheels.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,381 Fetching project page and analyzing links: https://pypi.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,384 Getting page https://pypi.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,386 Found index url https://pypi.org/simple/ 2025-04-01T12:17:24,483 Fetched page https://pypi.org/simple/unique-playgrounds-py/ as application/vnd.pypi.simple.v1+json 2025-04-01T12:17:24,485 Skipping link: No binaries permitted for unique-playgrounds-py: https://files.pythonhosted.org/packages/02/c5/9cc8aa2f153ec797537190b40178e9c3ee4f069cce944ebea2d1fdaa0374/unique_playgrounds_py-0.0.1-py3-none-any.whl (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,486 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/42/69/c1e939fd5faa3c505f7244206275fc377f006d896f006d0b5ec7cc121874/unique_playgrounds_py-0.0.1.tar.gz (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,486 Skipping link: 0.0.1 Requires-Python >=3.11: https://files.pythonhosted.org/packages/42/69/c1e939fd5faa3c505f7244206275fc377f006d896f006d0b5ec7cc121874/unique_playgrounds_py-0.0.1.tar.gz (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,486 Skipping link: No binaries permitted for unique-playgrounds-py: https://files.pythonhosted.org/packages/50/b0/fc7e5c3a57de414bd8092a75ada64a103b1b684df750db5d76fff322739d/unique_playgrounds_py-0.0.2-py3-none-any.whl (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,487 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/8a/c6/2e081a0ddb25765171932b6a077291f7af2cb9a40a8b0e5aa20d04706215/unique_playgrounds_py-0.0.2.tar.gz (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,487 Skipping link: 0.0.2 Requires-Python >=3.11: https://files.pythonhosted.org/packages/8a/c6/2e081a0ddb25765171932b6a077291f7af2cb9a40a8b0e5aa20d04706215/unique_playgrounds_py-0.0.2.tar.gz (from https://pypi.org/simple/unique-playgrounds-py/) (requires-python:>=3.11) 2025-04-01T12:17:24,487 Fetching project page and analyzing links: https://www.piwheels.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,488 Getting page https://www.piwheels.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,489 Found index url https://www.piwheels.org/simple/ 2025-04-01T12:17:24,530 Fetched page https://www.piwheels.org/simple/unique-playgrounds-py/ as text/html 2025-04-01T12:17:24,531 Skipping link: not a file: https://www.piwheels.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,531 Skipping link: not a file: https://pypi.org/simple/unique-playgrounds-py/ 2025-04-01T12:17:24,547 Given no hashes to check 0 links for project 'unique-playgrounds-py': discarding no candidates 2025-04-01T12:17:24,547 ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.11; 0.0.2 Requires-Python >=3.11 2025-04-01T12:17:24,548 ERROR: Could not find a version that satisfies the requirement unique-playgrounds-py==0.0.2 (from versions: none) 2025-04-01T12:17:24,549 ERROR: No matching distribution found for unique-playgrounds-py==0.0.2 2025-04-01T12:17:24,550 Exception information: 2025-04-01T12:17:24,550 Traceback (most recent call last): 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-04-01T12:17:24,550 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-04-01T12:17:24,550 raise RequirementsConflicted(criterion) 2025-04-01T12:17:24,550 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('unique-playgrounds-py==0.0.2') 2025-04-01T12:17:24,550 2025-04-01T12:17:24,550 During handling of the above exception, another exception occurred: 2025-04-01T12:17:24,550 2025-04-01T12:17:24,550 Traceback (most recent call last): 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-04-01T12:17:24,550 result = self._result = resolver.resolve( 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-04-01T12:17:24,550 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-04-01T12:17:24,550 raise ResolutionImpossible(e.criterion.information) 2025-04-01T12:17:24,550 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('unique-playgrounds-py==0.0.2'), parent=None)] 2025-04-01T12:17:24,550 2025-04-01T12:17:24,550 The above exception was the direct cause of the following exception: 2025-04-01T12:17:24,550 2025-04-01T12:17:24,550 Traceback (most recent call last): 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-04-01T12:17:24,550 status = _inner_run() 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-04-01T12:17:24,550 return self.run(options, args) 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-04-01T12:17:24,550 return func(self, options, args) 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-04-01T12:17:24,550 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-04-01T12:17:24,550 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-04-01T12:17:24,550 raise error from e 2025-04-01T12:17:24,550 pip._internal.exceptions.DistributionNotFound: No matching distribution found for unique-playgrounds-py==0.0.2 2025-04-01T12:17:24,554 Removed build tracker: '/tmp/pip-build-tracker-q2pi0o12'