2022-06-20T04:49:22,136 Created temporary directory: /tmp/pip-ephem-wheel-cache-ex6sohns 2022-06-20T04:49:22,142 Created temporary directory: /tmp/pip-build-tracker-nt5bdt1s 2022-06-20T04:49:22,143 Initialized build tracking at /tmp/pip-build-tracker-nt5bdt1s 2022-06-20T04:49:22,143 Created build tracker: /tmp/pip-build-tracker-nt5bdt1s 2022-06-20T04:49:22,144 Entered build tracker: /tmp/pip-build-tracker-nt5bdt1s 2022-06-20T04:49:22,145 Created temporary directory: /tmp/pip-wheel-6313tkfn 2022-06-20T04:49:22,215 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-20T04:49:22,224 2 location(s) to search for versions of pgn4people-poc: 2022-06-20T04:49:22,224 * https://pypi.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,224 * https://www.piwheels.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,225 Fetching project page and analyzing links: https://pypi.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,226 Getting page https://pypi.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,229 Found index url https://pypi.org/simple 2022-06-20T04:49:22,345 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/cb/8e/44eed0419ac8621348d5ea4e23d8fe3adde44cdc91ecb757e1d18f0c5775/pgn4people-poc-1.0.0.tar.gz#sha256=eaa82ad7f038f0b8feadfd6437d70c479697896b0b9c9de8eadece2ccc639a7d (from https://pypi.org/simple/pgn4people-poc/) (requires-python:>=3.9) 2022-06-20T04:49:22,346 Skipping link: 1.0.0 Requires-Python >=3.9: https://files.pythonhosted.org/packages/cb/8e/44eed0419ac8621348d5ea4e23d8fe3adde44cdc91ecb757e1d18f0c5775/pgn4people-poc-1.0.0.tar.gz#sha256=eaa82ad7f038f0b8feadfd6437d70c479697896b0b9c9de8eadece2ccc639a7d (from https://pypi.org/simple/pgn4people-poc/) (requires-python:>=3.9) 2022-06-20T04:49:22,346 Skipping link: No binaries permitted for pgn4people-poc: https://files.pythonhosted.org/packages/38/c0/9c778de06fa4b673325bc35c7435d7468a15fabf631a922f9014a09d0b83/pgn4people_poc-1.0.0-py39-none-any.whl#sha256=6a7e66de7cd3ae951b1216feb762f9fedcabe4474a4a0ff2b947094a90b6f9d6 (from https://pypi.org/simple/pgn4people-poc/) (requires-python:>=3.9) 2022-06-20T04:49:22,347 Fetching project page and analyzing links: https://www.piwheels.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,348 Getting page https://www.piwheels.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,350 Found index url https://www.piwheels.org/simple 2022-06-20T04:49:22,577 Skipping link: not a file: https://www.piwheels.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,578 Skipping link: not a file: https://pypi.org/simple/pgn4people-poc/ 2022-06-20T04:49:22,610 Given no hashes to check 0 links for project 'pgn4people-poc': discarding no candidates 2022-06-20T04:49:22,611 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.9 2022-06-20T04:49:22,614 ERROR: Could not find a version that satisfies the requirement pgn4people-poc==1.0.0 (from versions: none) 2022-06-20T04:49:22,616 ERROR: No matching distribution found for pgn4people-poc==1.0.0 2022-06-20T04:49:22,618 Exception information: 2022-06-20T04:49:22,618 Traceback (most recent call last): 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-20T04:49:22,618 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-20T04:49:22,618 raise RequirementsConflicted(criterion) 2022-06-20T04:49:22,618 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pgn4people-poc==1.0.0') 2022-06-20T04:49:22,618 2022-06-20T04:49:22,618 During handling of the above exception, another exception occurred: 2022-06-20T04:49:22,618 2022-06-20T04:49:22,618 Traceback (most recent call last): 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-20T04:49:22,618 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-20T04:49:22,618 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-20T04:49:22,618 raise ResolutionImpossible(e.criterion.information) 2022-06-20T04:49:22,618 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pgn4people-poc==1.0.0'), parent=None)] 2022-06-20T04:49:22,618 2022-06-20T04:49:22,618 The above exception was the direct cause of the following exception: 2022-06-20T04:49:22,618 2022-06-20T04:49:22,618 Traceback (most recent call last): 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-20T04:49:22,618 status = run_func(*args) 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-20T04:49:22,618 return func(self, options, args) 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-06-20T04:49:22,618 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-20T04:49:22,618 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-20T04:49:22,618 raise error from e 2022-06-20T04:49:22,618 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pgn4people-poc==1.0.0 2022-06-20T04:49:22,627 Removed build tracker: '/tmp/pip-build-tracker-nt5bdt1s'