2023-06-23T14:17:49,345 Created temporary directory: /tmp/pip-build-tracker-vifdgqs_ 2023-06-23T14:17:49,348 Initialized build tracking at /tmp/pip-build-tracker-vifdgqs_ 2023-06-23T14:17:49,348 Created build tracker: /tmp/pip-build-tracker-vifdgqs_ 2023-06-23T14:17:49,349 Entered build tracker: /tmp/pip-build-tracker-vifdgqs_ 2023-06-23T14:17:49,350 Created temporary directory: /tmp/pip-wheel-fvjm_aae 2023-06-23T14:17:49,359 Created temporary directory: /tmp/pip-ephem-wheel-cache-mf8g46ps 2023-06-23T14:17:49,411 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-23T14:17:49,419 2 location(s) to search for versions of nationalarchives-frontend-django: 2023-06-23T14:17:49,419 * https://pypi.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,419 * https://www.piwheels.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,420 Fetching project page and analyzing links: https://pypi.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,421 Getting page https://pypi.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,426 Found index url https://pypi.org/simple/ 2023-06-23T14:17:49,622 Fetched page https://pypi.org/simple/nationalarchives-frontend-django/ as application/vnd.pypi.simple.v1+json 2023-06-23T14:17:49,626 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/01/3d/cc44725afcd5de9b3b98113889cc70d0242cc8fa7ca9eddd9d8e565baf0b/nationalarchives-frontend-django-0.1.0a0.tar.gz (from https://pypi.org/simple/nationalarchives-frontend-django/) (requires-python:>=3.8) 2023-06-23T14:17:49,626 Skipping link: 0.1.0a0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/01/3d/cc44725afcd5de9b3b98113889cc70d0242cc8fa7ca9eddd9d8e565baf0b/nationalarchives-frontend-django-0.1.0a0.tar.gz (from https://pypi.org/simple/nationalarchives-frontend-django/) (requires-python:>=3.8) 2023-06-23T14:17:49,627 Skipping link: No binaries permitted for nationalarchives-frontend-django: https://files.pythonhosted.org/packages/e7/8f/d2cbbd023e953fd48f21f97d49d2ea3f3af570f3d4f1ccae0a38ecd42acb/nationalarchives_frontend_django-0.1.0a0-py3-none-any.whl (from https://pypi.org/simple/nationalarchives-frontend-django/) (requires-python:>=3.8) 2023-06-23T14:17:49,627 Fetching project page and analyzing links: https://www.piwheels.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,628 Getting page https://www.piwheels.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,630 Found index url https://www.piwheels.org/simple/ 2023-06-23T14:17:49,835 Fetched page https://www.piwheels.org/simple/nationalarchives-frontend-django/ as text/html 2023-06-23T14:17:49,837 Skipping link: not a file: https://www.piwheels.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,837 Skipping link: not a file: https://pypi.org/simple/nationalarchives-frontend-django/ 2023-06-23T14:17:49,869 Given no hashes to check 0 links for project 'nationalarchives-frontend-django': discarding no candidates 2023-06-23T14:17:49,870 ERROR: Ignored the following versions that require a different python version: 0.1.0a0 Requires-Python >=3.8 2023-06-23T14:17:49,873 ERROR: Could not find a version that satisfies the requirement nationalarchives-frontend-django==0.1.0a0 (from versions: none) 2023-06-23T14:17:49,875 ERROR: No matching distribution found for nationalarchives-frontend-django==0.1.0a0 2023-06-23T14:17:49,877 Exception information: 2023-06-23T14:17:49,877 Traceback (most recent call last): 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-06-23T14:17:49,877 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-06-23T14:17:49,877 raise RequirementsConflicted(criterion) 2023-06-23T14:17:49,877 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nationalarchives-frontend-django==0.1.0a0') 2023-06-23T14:17:49,877 2023-06-23T14:17:49,877 During handling of the above exception, another exception occurred: 2023-06-23T14:17:49,877 2023-06-23T14:17:49,877 Traceback (most recent call last): 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-06-23T14:17:49,877 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-06-23T14:17:49,877 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-06-23T14:17:49,877 raise ResolutionImpossible(e.criterion.information) 2023-06-23T14:17:49,877 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nationalarchives-frontend-django==0.1.0a0'), parent=None)] 2023-06-23T14:17:49,877 2023-06-23T14:17:49,877 The above exception was the direct cause of the following exception: 2023-06-23T14:17:49,877 2023-06-23T14:17:49,877 Traceback (most recent call last): 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-06-23T14:17:49,877 status = run_func(*args) 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-06-23T14:17:49,877 return func(self, options, args) 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-06-23T14:17:49,877 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-06-23T14:17:49,877 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-06-23T14:17:49,877 raise error from e 2023-06-23T14:17:49,877 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nationalarchives-frontend-django==0.1.0a0 2023-06-23T14:17:49,886 Removed build tracker: '/tmp/pip-build-tracker-vifdgqs_'