2023-06-16T09:22:25,441 Created temporary directory: /tmp/pip-build-tracker-2vn4xfx3 2023-06-16T09:22:25,444 Initialized build tracking at /tmp/pip-build-tracker-2vn4xfx3 2023-06-16T09:22:25,444 Created build tracker: /tmp/pip-build-tracker-2vn4xfx3 2023-06-16T09:22:25,444 Entered build tracker: /tmp/pip-build-tracker-2vn4xfx3 2023-06-16T09:22:25,446 Created temporary directory: /tmp/pip-wheel-bhu4xy_v 2023-06-16T09:22:25,454 Created temporary directory: /tmp/pip-ephem-wheel-cache-r2iisgpi 2023-06-16T09:22:25,505 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-16T09:22:25,513 2 location(s) to search for versions of pbaa: 2023-06-16T09:22:25,513 * https://pypi.org/simple/pbaa/ 2023-06-16T09:22:25,513 * https://www.piwheels.org/simple/pbaa/ 2023-06-16T09:22:25,514 Fetching project page and analyzing links: https://pypi.org/simple/pbaa/ 2023-06-16T09:22:25,515 Getting page https://pypi.org/simple/pbaa/ 2023-06-16T09:22:25,519 Found index url https://pypi.org/simple/ 2023-06-16T09:22:25,715 Fetched page https://pypi.org/simple/pbaa/ as application/vnd.pypi.simple.v1+json 2023-06-16T09:22:25,718 Skipping link: No binaries permitted for pbaa: https://files.pythonhosted.org/packages/c3/4d/afc47db3e3dda95ef7dc85bc5ddd6fdd05d736e2a9d76a253ced3fa30555/pbaa-1.0.0-py3-none-any.whl (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,720 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/27/2a/16550ea278dad79cd1830cefc2758858f2444082312980c16d54ae74e749/pbaa-1.0.0.tar.gz (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,720 Skipping link: 1.0.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/27/2a/16550ea278dad79cd1830cefc2758858f2444082312980c16d54ae74e749/pbaa-1.0.0.tar.gz (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,721 Skipping link: No binaries permitted for pbaa: https://files.pythonhosted.org/packages/be/4a/222571b341972e5e622f435728c1b0cc7e2194db2db7f877b3c93db43ee5/pbaa-1.0.1-py3-none-any.whl (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,722 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/36/77/b21b0d878a77a24ad66ca51caa82717b99c8e81564dd75edb3d54152921c/pbaa-1.0.1.tar.gz (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,723 Skipping link: 1.0.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/36/77/b21b0d878a77a24ad66ca51caa82717b99c8e81564dd75edb3d54152921c/pbaa-1.0.1.tar.gz (from https://pypi.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,723 Fetching project page and analyzing links: https://www.piwheels.org/simple/pbaa/ 2023-06-16T09:22:25,724 Getting page https://www.piwheels.org/simple/pbaa/ 2023-06-16T09:22:25,726 Found index url https://www.piwheels.org/simple/ 2023-06-16T09:22:25,959 Fetched page https://www.piwheels.org/simple/pbaa/ as text/html 2023-06-16T09:22:25,962 Skipping link: No binaries permitted for pbaa: https://www.piwheels.org/simple/pbaa/pbaa-1.0.0-py3-none-any.whl#sha256=ec9f4f436667d9ac27aaaa162e8f5099ab24208e97321c0028af666cdf6d4d09 (from https://www.piwheels.org/simple/pbaa/) (requires-python:>=3.8) 2023-06-16T09:22:25,963 Skipping link: not a file: https://www.piwheels.org/simple/pbaa/ 2023-06-16T09:22:25,963 Skipping link: not a file: https://pypi.org/simple/pbaa/ 2023-06-16T09:22:25,995 Given no hashes to check 0 links for project 'pbaa': discarding no candidates 2023-06-16T09:22:25,996 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.8; 1.0.1 Requires-Python >=3.8 2023-06-16T09:22:25,999 ERROR: Could not find a version that satisfies the requirement pbaa==1.0.1 (from versions: none) 2023-06-16T09:22:26,001 ERROR: No matching distribution found for pbaa==1.0.1 2023-06-16T09:22:26,003 Exception information: 2023-06-16T09:22:26,003 Traceback (most recent call last): 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-06-16T09:22:26,003 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-06-16T09:22:26,003 raise RequirementsConflicted(criterion) 2023-06-16T09:22:26,003 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pbaa==1.0.1') 2023-06-16T09:22:26,003 2023-06-16T09:22:26,003 During handling of the above exception, another exception occurred: 2023-06-16T09:22:26,003 2023-06-16T09:22:26,003 Traceback (most recent call last): 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-06-16T09:22:26,003 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-06-16T09:22:26,003 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-06-16T09:22:26,003 raise ResolutionImpossible(e.criterion.information) 2023-06-16T09:22:26,003 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pbaa==1.0.1'), parent=None)] 2023-06-16T09:22:26,003 2023-06-16T09:22:26,003 The above exception was the direct cause of the following exception: 2023-06-16T09:22:26,003 2023-06-16T09:22:26,003 Traceback (most recent call last): 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-06-16T09:22:26,003 status = run_func(*args) 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-06-16T09:22:26,003 return func(self, options, args) 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-06-16T09:22:26,003 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-06-16T09:22:26,003 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-06-16T09:22:26,003 raise error from e 2023-06-16T09:22:26,003 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pbaa==1.0.1 2023-06-16T09:22:26,012 Removed build tracker: '/tmp/pip-build-tracker-2vn4xfx3'