2025-12-05T20:32:25,420 Created temporary directory: /tmp/pip-ephem-wheel-cache-xj1e4bxc 2025-12-05T20:32:25,421 Created temporary directory: /tmp/pip-build-tracker-78m652lo 2025-12-05T20:32:25,422 Initialized build tracking at /tmp/pip-build-tracker-78m652lo 2025-12-05T20:32:25,423 Created build tracker: /tmp/pip-build-tracker-78m652lo 2025-12-05T20:32:25,423 Entered build tracker: /tmp/pip-build-tracker-78m652lo 2025-12-05T20:32:25,424 Created temporary directory: /tmp/pip-wheel-4suz098c 2025-12-05T20:32:25,427 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2025-12-05T20:32:25,429 Created temporary directory: /tmp/pip-ephem-wheel-cache-7fn0choy 2025-12-05T20:32:25,451 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-12-05T20:32:25,454 2 location(s) to search for versions of petpal: 2025-12-05T20:32:25,454 * https://pypi.org/simple/petpal/ 2025-12-05T20:32:25,454 * https://www.piwheels.org/simple/petpal/ 2025-12-05T20:32:25,455 Fetching project page and analyzing links: https://pypi.org/simple/petpal/ 2025-12-05T20:32:25,456 Getting page https://pypi.org/simple/petpal/ 2025-12-05T20:32:25,457 Found index url https://pypi.org/simple 2025-12-05T20:32:25,678 Fetched page https://pypi.org/simple/petpal/ as application/vnd.pypi.simple.v1+json 2025-12-05T20:32:25,681 Skipping link: No binaries permitted for petpal: https://files.pythonhosted.org/packages/dd/8c/11892e36c150f6df97fd6b3a293b144fd3365ee20c4552b7022dc703fe63/petpal-0.5.4-py3-none-any.whl (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,683 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/00/6f/a5ea6895a3ba192aacdc62f227a4abc22055d57015138d495932c733781b/petpal-0.5.4.tar.gz (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,683 Skipping link: 0.5.4 Requires-Python >=3.12: https://files.pythonhosted.org/packages/00/6f/a5ea6895a3ba192aacdc62f227a4abc22055d57015138d495932c733781b/petpal-0.5.4.tar.gz (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,684 Skipping link: No binaries permitted for petpal: https://files.pythonhosted.org/packages/a8/5d/a57dbe39fe9099f4ec688c0b6bdc74ef0c6d8054e09e9fac981aebe96991/petpal-0.5.5-py3-none-any.whl (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,685 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/0e/9f/bf26cc4c5a73fa2b8c41bbc2732331de14b773c95a2e8353c227a1834c1e/petpal-0.5.5.tar.gz (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,685 Skipping link: 0.5.5 Requires-Python >=3.12: https://files.pythonhosted.org/packages/0e/9f/bf26cc4c5a73fa2b8c41bbc2732331de14b773c95a2e8353c227a1834c1e/petpal-0.5.5.tar.gz (from https://pypi.org/simple/petpal/) (requires-python:>=3.12) 2025-12-05T20:32:25,686 Fetching project page and analyzing links: https://www.piwheels.org/simple/petpal/ 2025-12-05T20:32:25,687 Getting page https://www.piwheels.org/simple/petpal/ 2025-12-05T20:32:25,688 Found index url https://www.piwheels.org/simple 2025-12-05T20:32:25,863 Fetched page https://www.piwheels.org/simple/petpal/ as text/html 2025-12-05T20:32:25,864 Skipping link: not a file: https://www.piwheels.org/simple/petpal/ 2025-12-05T20:32:25,865 Skipping link: not a file: https://pypi.org/simple/petpal/ 2025-12-05T20:32:25,884 Given no hashes to check 0 links for project 'petpal': discarding no candidates 2025-12-05T20:32:25,885 ERROR: Ignored the following versions that require a different python version: 0.5.4 Requires-Python >=3.12; 0.5.5 Requires-Python >=3.12 2025-12-05T20:32:25,886 ERROR: Could not find a version that satisfies the requirement petpal==0.5.4 (from versions: none) 2025-12-05T20:32:25,888 ERROR: No matching distribution found for petpal==0.5.4 2025-12-05T20:32:25,889 Exception information: 2025-12-05T20:32:25,889 Traceback (most recent call last): 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2025-12-05T20:32:25,889 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2025-12-05T20:32:25,889 raise RequirementsConflicted(criterion) 2025-12-05T20:32:25,889 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('petpal==0.5.4') 2025-12-05T20:32:25,889 2025-12-05T20:32:25,889 During handling of the above exception, another exception occurred: 2025-12-05T20:32:25,889 2025-12-05T20:32:25,889 Traceback (most recent call last): 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2025-12-05T20:32:25,889 result = self._result = resolver.resolve( 2025-12-05T20:32:25,889 ^^^^^^^^^^^^^^^^^ 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2025-12-05T20:32:25,889 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-12-05T20:32:25,889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2025-12-05T20:32:25,889 raise ResolutionImpossible(e.criterion.information) 2025-12-05T20:32:25,889 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('petpal==0.5.4'), parent=None)] 2025-12-05T20:32:25,889 2025-12-05T20:32:25,889 The above exception was the direct cause of the following exception: 2025-12-05T20:32:25,889 2025-12-05T20:32:25,889 Traceback (most recent call last): 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2025-12-05T20:32:25,889 status = run_func(*args) 2025-12-05T20:32:25,889 ^^^^^^^^^^^^^^^ 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2025-12-05T20:32:25,889 return func(self, options, args) 2025-12-05T20:32:25,889 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2025-12-05T20:32:25,889 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-12-05T20:32:25,889 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-12-05T20:32:25,889 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2025-12-05T20:32:25,889 raise error from e 2025-12-05T20:32:25,889 pip._internal.exceptions.DistributionNotFound: No matching distribution found for petpal==0.5.4 2025-12-05T20:32:25,895 Removed build tracker: '/tmp/pip-build-tracker-78m652lo'