2022-06-15T14:40:27,504 Created temporary directory: /tmp/pip-ephem-wheel-cache-nk1jday2 2022-06-15T14:40:27,510 Created temporary directory: /tmp/pip-build-tracker-nfqhifgt 2022-06-15T14:40:27,510 Initialized build tracking at /tmp/pip-build-tracker-nfqhifgt 2022-06-15T14:40:27,511 Created build tracker: /tmp/pip-build-tracker-nfqhifgt 2022-06-15T14:40:27,511 Entered build tracker: /tmp/pip-build-tracker-nfqhifgt 2022-06-15T14:40:27,512 Created temporary directory: /tmp/pip-wheel-ok1yt_4c 2022-06-15T14:40:27,582 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-15T14:40:27,590 2 location(s) to search for versions of flake8-cgx: 2022-06-15T14:40:27,590 * https://pypi.org/simple/flake8-cgx/ 2022-06-15T14:40:27,590 * https://www.piwheels.org/simple/flake8-cgx/ 2022-06-15T14:40:27,592 Fetching project page and analyzing links: https://pypi.org/simple/flake8-cgx/ 2022-06-15T14:40:27,593 Getting page https://pypi.org/simple/flake8-cgx/ 2022-06-15T14:40:27,596 Found index url https://pypi.org/simple 2022-06-15T14:40:27,708 Link requires a different Python (3.7.3 not in: '>=3.9'): https://files.pythonhosted.org/packages/7e/d9/1e386d1fa2313f954c0a2549a767fe2a5ad26f78a6efed2c05cc9434e3eb/flake8-cgx-0.1.0.tar.gz#sha256=bdee20d7ec61e42ac6c282da4d5e796c5a84665c470721d0193244364f544f67 (from https://pypi.org/simple/flake8-cgx/) (requires-python:>=3.9) 2022-06-15T14:40:27,709 Skipping link: 0.1.0 Requires-Python >=3.9: https://files.pythonhosted.org/packages/7e/d9/1e386d1fa2313f954c0a2549a767fe2a5ad26f78a6efed2c05cc9434e3eb/flake8-cgx-0.1.0.tar.gz#sha256=bdee20d7ec61e42ac6c282da4d5e796c5a84665c470721d0193244364f544f67 (from https://pypi.org/simple/flake8-cgx/) (requires-python:>=3.9) 2022-06-15T14:40:27,709 Skipping link: No binaries permitted for flake8-cgx: https://files.pythonhosted.org/packages/45/cd/db199a74f54d574b4c538054b62eccc7137acaba60e42fd5dea4b90d5c48/flake8_cgx-0.1.0-py3-none-any.whl#sha256=c386cced376360990595502373865eb46aedfcfdbe0a47666d054d382d0fb66a (from https://pypi.org/simple/flake8-cgx/) (requires-python:>=3.9) 2022-06-15T14:40:27,710 Fetching project page and analyzing links: https://www.piwheels.org/simple/flake8-cgx/ 2022-06-15T14:40:27,711 Getting page https://www.piwheels.org/simple/flake8-cgx/ 2022-06-15T14:40:27,713 Found index url https://www.piwheels.org/simple 2022-06-15T14:40:27,929 Skipping link: not a file: https://www.piwheels.org/simple/flake8-cgx/ 2022-06-15T14:40:27,930 Skipping link: not a file: https://pypi.org/simple/flake8-cgx/ 2022-06-15T14:40:27,963 Given no hashes to check 0 links for project 'flake8-cgx': discarding no candidates 2022-06-15T14:40:27,964 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9 2022-06-15T14:40:27,966 ERROR: Could not find a version that satisfies the requirement flake8-cgx==0.1.0 (from versions: none) 2022-06-15T14:40:27,969 ERROR: No matching distribution found for flake8-cgx==0.1.0 2022-06-15T14:40:27,970 Exception information: 2022-06-15T14:40:27,970 Traceback (most recent call last): 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-15T14:40:27,970 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-15T14:40:27,970 raise RequirementsConflicted(criterion) 2022-06-15T14:40:27,970 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('flake8-cgx==0.1.0') 2022-06-15T14:40:27,970 2022-06-15T14:40:27,970 During handling of the above exception, another exception occurred: 2022-06-15T14:40:27,970 2022-06-15T14:40:27,970 Traceback (most recent call last): 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-15T14:40:27,970 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-15T14:40:27,970 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-15T14:40:27,970 raise ResolutionImpossible(e.criterion.information) 2022-06-15T14:40:27,970 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('flake8-cgx==0.1.0'), parent=None)] 2022-06-15T14:40:27,970 2022-06-15T14:40:27,970 The above exception was the direct cause of the following exception: 2022-06-15T14:40:27,970 2022-06-15T14:40:27,970 Traceback (most recent call last): 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-15T14:40:27,970 status = run_func(*args) 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-15T14:40:27,970 return func(self, options, args) 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-06-15T14:40:27,970 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-15T14:40:27,970 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-15T14:40:27,970 raise error from e 2022-06-15T14:40:27,970 pip._internal.exceptions.DistributionNotFound: No matching distribution found for flake8-cgx==0.1.0 2022-06-15T14:40:27,979 Removed build tracker: '/tmp/pip-build-tracker-nfqhifgt'