2025-03-04T19:39:32,461 Created temporary directory: /tmp/pip-build-tracker-1ok9ku5y 2025-03-04T19:39:32,462 Initialized build tracking at /tmp/pip-build-tracker-1ok9ku5y 2025-03-04T19:39:32,463 Created build tracker: /tmp/pip-build-tracker-1ok9ku5y 2025-03-04T19:39:32,463 Entered build tracker: /tmp/pip-build-tracker-1ok9ku5y 2025-03-04T19:39:32,464 Created temporary directory: /tmp/pip-wheel-inx6hvpd 2025-03-04T19:39:32,468 Created temporary directory: /tmp/pip-ephem-wheel-cache-muijru5h 2025-03-04T19:39:32,514 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-03-04T19:39:32,517 2 location(s) to search for versions of wagtail-tinytableblock: 2025-03-04T19:39:32,517 * https://pypi.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,517 * https://www.piwheels.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,518 Fetching project page and analyzing links: https://pypi.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,519 Getting page https://pypi.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,520 Found index url https://pypi.org/simple/ 2025-03-04T19:39:32,738 Fetched page https://pypi.org/simple/wagtail-tinytableblock/ as application/vnd.pypi.simple.v1+json 2025-03-04T19:39:32,740 Skipping link: No binaries permitted for wagtail-tinytableblock: https://files.pythonhosted.org/packages/18/8b/5a5bd0df56165347b98e2c8358af5bfb3710883595955931081e2b4d1ab3/wagtail_tinytableblock-0.1-py3-none-any.whl (from https://pypi.org/simple/wagtail-tinytableblock/) (requires-python:>=3.12) 2025-03-04T19:39:32,741 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/cf/66/41e8ded053b593e6dfdcc286160e0645dedbf26384119ef55a8c7c7b18c5/wagtail_tinytableblock-0.1.tar.gz (from https://pypi.org/simple/wagtail-tinytableblock/) (requires-python:>=3.12) 2025-03-04T19:39:32,742 Skipping link: 0.1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/cf/66/41e8ded053b593e6dfdcc286160e0645dedbf26384119ef55a8c7c7b18c5/wagtail_tinytableblock-0.1.tar.gz (from https://pypi.org/simple/wagtail-tinytableblock/) (requires-python:>=3.12) 2025-03-04T19:39:32,742 Fetching project page and analyzing links: https://www.piwheels.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,743 Getting page https://www.piwheels.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,744 Found index url https://www.piwheels.org/simple/ 2025-03-04T19:39:32,920 Fetched page https://www.piwheels.org/simple/wagtail-tinytableblock/ as text/html 2025-03-04T19:39:32,921 Skipping link: not a file: https://www.piwheels.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,922 Skipping link: not a file: https://pypi.org/simple/wagtail-tinytableblock/ 2025-03-04T19:39:32,941 Given no hashes to check 0 links for project 'wagtail-tinytableblock': discarding no candidates 2025-03-04T19:39:32,942 ERROR: Ignored the following versions that require a different python version: 0.1 Requires-Python >=3.12 2025-03-04T19:39:32,944 ERROR: Could not find a version that satisfies the requirement wagtail-tinytableblock==0.1 (from versions: none) 2025-03-04T19:39:32,945 ERROR: No matching distribution found for wagtail-tinytableblock==0.1 2025-03-04T19:39:32,947 Exception information: 2025-03-04T19:39:32,947 Traceback (most recent call last): 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-03-04T19:39:32,947 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-03-04T19:39:32,947 raise RequirementsConflicted(criterion) 2025-03-04T19:39:32,947 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wagtail-tinytableblock==0.1') 2025-03-04T19:39:32,947 2025-03-04T19:39:32,947 During handling of the above exception, another exception occurred: 2025-03-04T19:39:32,947 2025-03-04T19:39:32,947 Traceback (most recent call last): 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-03-04T19:39:32,947 result = self._result = resolver.resolve( 2025-03-04T19:39:32,947 ^^^^^^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-03-04T19:39:32,947 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-03-04T19:39:32,947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-03-04T19:39:32,947 raise ResolutionImpossible(e.criterion.information) 2025-03-04T19:39:32,947 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wagtail-tinytableblock==0.1'), parent=None)] 2025-03-04T19:39:32,947 2025-03-04T19:39:32,947 The above exception was the direct cause of the following exception: 2025-03-04T19:39:32,947 2025-03-04T19:39:32,947 Traceback (most recent call last): 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-03-04T19:39:32,947 status = _inner_run() 2025-03-04T19:39:32,947 ^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-03-04T19:39:32,947 return self.run(options, args) 2025-03-04T19:39:32,947 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-03-04T19:39:32,947 return func(self, options, args) 2025-03-04T19:39:32,947 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-03-04T19:39:32,947 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-03-04T19:39:32,947 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-03-04T19:39:32,947 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-03-04T19:39:32,947 raise error from e 2025-03-04T19:39:32,947 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wagtail-tinytableblock==0.1 2025-03-04T19:39:32,952 Removed build tracker: '/tmp/pip-build-tracker-1ok9ku5y'