2025-09-02T11:56:36,809 Created temporary directory: /tmp/pip-build-tracker-o3s_63n4 2025-09-02T11:56:36,810 Initialized build tracking at /tmp/pip-build-tracker-o3s_63n4 2025-09-02T11:56:36,811 Created build tracker: /tmp/pip-build-tracker-o3s_63n4 2025-09-02T11:56:36,811 Entered build tracker: /tmp/pip-build-tracker-o3s_63n4 2025-09-02T11:56:36,812 Created temporary directory: /tmp/pip-wheel-t06qw0_3 2025-09-02T11:56:36,816 Created temporary directory: /tmp/pip-ephem-wheel-cache-hy8m_n2d 2025-09-02T11:56:36,865 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-02T11:56:36,867 2 location(s) to search for versions of mako-for-django: 2025-09-02T11:56:36,867 * https://pypi.org/simple/mako-for-django/ 2025-09-02T11:56:36,867 * https://www.piwheels.org/simple/mako-for-django/ 2025-09-02T11:56:36,868 Fetching project page and analyzing links: https://pypi.org/simple/mako-for-django/ 2025-09-02T11:56:36,868 Getting page https://pypi.org/simple/mako-for-django/ 2025-09-02T11:56:36,870 Found index url https://pypi.org/simple/ 2025-09-02T11:56:37,094 Fetched page https://pypi.org/simple/mako-for-django/ as application/vnd.pypi.simple.v1+json 2025-09-02T11:56:37,095 Skipping link: No binaries permitted for mako-for-django: https://files.pythonhosted.org/packages/d4/b1/d695fc3276ed828a12f4db3970c8996a397cb24161c9907d49c549371cb9/mako_for_django-1.0.0-py3-none-any.whl (from https://pypi.org/simple/mako-for-django/) (requires-python:>=3.13) 2025-09-02T11:56:37,096 Link requires a different Python (3.11.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/55/fa/a21d7575dec3e0270a78123de9b1729f20fc83238525b9c861f6979a3d5b/mako_for_django-1.0.0.tar.gz (from https://pypi.org/simple/mako-for-django/) (requires-python:>=3.13) 2025-09-02T11:56:37,097 Skipping link: 1.0.0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/55/fa/a21d7575dec3e0270a78123de9b1729f20fc83238525b9c861f6979a3d5b/mako_for_django-1.0.0.tar.gz (from https://pypi.org/simple/mako-for-django/) (requires-python:>=3.13) 2025-09-02T11:56:37,098 Fetching project page and analyzing links: https://www.piwheels.org/simple/mako-for-django/ 2025-09-02T11:56:37,099 Getting page https://www.piwheels.org/simple/mako-for-django/ 2025-09-02T11:56:37,100 Found index url https://www.piwheels.org/simple/ 2025-09-02T11:56:37,265 Fetched page https://www.piwheels.org/simple/mako-for-django/ as text/html 2025-09-02T11:56:37,266 Skipping link: not a file: https://www.piwheels.org/simple/mako-for-django/ 2025-09-02T11:56:37,266 Skipping link: not a file: https://pypi.org/simple/mako-for-django/ 2025-09-02T11:56:37,283 Given no hashes to check 0 links for project 'mako-for-django': discarding no candidates 2025-09-02T11:56:37,284 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.13 2025-09-02T11:56:37,286 ERROR: Could not find a version that satisfies the requirement mako-for-django==1.0.0 (from versions: none) 2025-09-02T11:56:37,287 ERROR: No matching distribution found for mako-for-django==1.0.0 2025-09-02T11:56:37,288 Exception information: 2025-09-02T11:56:37,288 Traceback (most recent call last): 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-09-02T11:56:37,288 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-09-02T11:56:37,288 raise RequirementsConflicted(criterion) 2025-09-02T11:56:37,288 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mako-for-django==1.0.0') 2025-09-02T11:56:37,288 2025-09-02T11:56:37,288 The above exception was the direct cause of the following exception: 2025-09-02T11:56:37,288 2025-09-02T11:56:37,288 Traceback (most recent call last): 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-09-02T11:56:37,288 result = self._result = resolver.resolve( 2025-09-02T11:56:37,288 ^^^^^^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-09-02T11:56:37,288 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-02T11:56:37,288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-09-02T11:56:37,288 raise ResolutionImpossible(e.criterion.information) from e 2025-09-02T11:56:37,288 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mako-for-django==1.0.0'), parent=None)] 2025-09-02T11:56:37,288 2025-09-02T11:56:37,288 The above exception was the direct cause of the following exception: 2025-09-02T11:56:37,288 2025-09-02T11:56:37,288 Traceback (most recent call last): 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-09-02T11:56:37,288 status = _inner_run() 2025-09-02T11:56:37,288 ^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-09-02T11:56:37,288 return self.run(options, args) 2025-09-02T11:56:37,288 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-09-02T11:56:37,288 return func(self, options, args) 2025-09-02T11:56:37,288 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-09-02T11:56:37,288 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-02T11:56:37,288 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-02T11:56:37,288 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-09-02T11:56:37,288 raise error from e 2025-09-02T11:56:37,288 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mako-for-django==1.0.0 2025-09-02T11:56:37,294 Removed build tracker: '/tmp/pip-build-tracker-o3s_63n4'