2023-08-13T09:23:23,932 Created temporary directory: /tmp/pip-build-tracker-g3st4tuw 2023-08-13T09:23:23,935 Initialized build tracking at /tmp/pip-build-tracker-g3st4tuw 2023-08-13T09:23:23,935 Created build tracker: /tmp/pip-build-tracker-g3st4tuw 2023-08-13T09:23:23,936 Entered build tracker: /tmp/pip-build-tracker-g3st4tuw 2023-08-13T09:23:23,937 Created temporary directory: /tmp/pip-wheel-dn8oyn2s 2023-08-13T09:23:23,946 Created temporary directory: /tmp/pip-ephem-wheel-cache-6rp_d4ly 2023-08-13T09:23:23,998 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-08-13T09:23:24,006 2 location(s) to search for versions of flake8-github: 2023-08-13T09:23:24,006 * https://pypi.org/simple/flake8-github/ 2023-08-13T09:23:24,006 * https://www.piwheels.org/simple/flake8-github/ 2023-08-13T09:23:24,007 Fetching project page and analyzing links: https://pypi.org/simple/flake8-github/ 2023-08-13T09:23:24,008 Getting page https://pypi.org/simple/flake8-github/ 2023-08-13T09:23:24,012 Found index url https://pypi.org/simple/ 2023-08-13T09:23:24,197 Fetched page https://pypi.org/simple/flake8-github/ as application/vnd.pypi.simple.v1+json 2023-08-13T09:23:24,200 Skipping link: No binaries permitted for flake8-github: https://files.pythonhosted.org/packages/7e/d0/451d1bbc845aac6f48b0365882073a6621646123ab07fcddb95b2906688c/flake8_github-1.0.0-py3-none-any.whl (from https://pypi.org/simple/flake8-github/) (requires-python:>=3.8.1,<4.0.0) 2023-08-13T09:23:24,202 Link requires a different Python (3.7.3 not in: '>=3.8.1,<4.0.0'): https://files.pythonhosted.org/packages/a5/c4/69ca7de0fd350e78f86a476c74d3eb00630ac081d4cbab3546e8cba1bf36/flake8_github-1.0.0.tar.gz (from https://pypi.org/simple/flake8-github/) (requires-python:>=3.8.1,<4.0.0) 2023-08-13T09:23:24,202 Skipping link: 1.0.0 Requires-Python >=3.8.1,<4.0.0: https://files.pythonhosted.org/packages/a5/c4/69ca7de0fd350e78f86a476c74d3eb00630ac081d4cbab3546e8cba1bf36/flake8_github-1.0.0.tar.gz (from https://pypi.org/simple/flake8-github/) (requires-python:>=3.8.1,<4.0.0) 2023-08-13T09:23:24,203 Fetching project page and analyzing links: https://www.piwheels.org/simple/flake8-github/ 2023-08-13T09:23:24,204 Getting page https://www.piwheels.org/simple/flake8-github/ 2023-08-13T09:23:24,206 Found index url https://www.piwheels.org/simple/ 2023-08-13T09:23:24,427 Fetched page https://www.piwheels.org/simple/flake8-github/ as text/html 2023-08-13T09:23:24,429 Skipping link: not a file: https://www.piwheels.org/simple/flake8-github/ 2023-08-13T09:23:24,429 Skipping link: not a file: https://pypi.org/simple/flake8-github/ 2023-08-13T09:23:24,461 Given no hashes to check 0 links for project 'flake8-github': discarding no candidates 2023-08-13T09:23:24,462 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.8.1,<4.0.0 2023-08-13T09:23:24,465 ERROR: Could not find a version that satisfies the requirement flake8-github==1.0.0 (from versions: none) 2023-08-13T09:23:24,467 ERROR: No matching distribution found for flake8-github==1.0.0 2023-08-13T09:23:24,469 Exception information: 2023-08-13T09:23:24,469 Traceback (most recent call last): 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-08-13T09:23:24,469 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-08-13T09:23:24,469 raise RequirementsConflicted(criterion) 2023-08-13T09:23:24,469 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('flake8-github==1.0.0') 2023-08-13T09:23:24,469 2023-08-13T09:23:24,469 During handling of the above exception, another exception occurred: 2023-08-13T09:23:24,469 2023-08-13T09:23:24,469 Traceback (most recent call last): 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-08-13T09:23:24,469 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-08-13T09:23:24,469 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-08-13T09:23:24,469 raise ResolutionImpossible(e.criterion.information) 2023-08-13T09:23:24,469 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('flake8-github==1.0.0'), parent=None)] 2023-08-13T09:23:24,469 2023-08-13T09:23:24,469 The above exception was the direct cause of the following exception: 2023-08-13T09:23:24,469 2023-08-13T09:23:24,469 Traceback (most recent call last): 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-08-13T09:23:24,469 status = run_func(*args) 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-08-13T09:23:24,469 return func(self, options, args) 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-08-13T09:23:24,469 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-08-13T09:23:24,469 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-08-13T09:23:24,469 raise error from e 2023-08-13T09:23:24,469 pip._internal.exceptions.DistributionNotFound: No matching distribution found for flake8-github==1.0.0 2023-08-13T09:23:24,478 Removed build tracker: '/tmp/pip-build-tracker-g3st4tuw'