2023-08-28T19:09:18,016 Created temporary directory: /tmp/pip-build-tracker-0jbqhg8n 2023-08-28T19:09:18,018 Initialized build tracking at /tmp/pip-build-tracker-0jbqhg8n 2023-08-28T19:09:18,019 Created build tracker: /tmp/pip-build-tracker-0jbqhg8n 2023-08-28T19:09:18,019 Entered build tracker: /tmp/pip-build-tracker-0jbqhg8n 2023-08-28T19:09:18,020 Created temporary directory: /tmp/pip-wheel-82onb43o 2023-08-28T19:09:18,029 Created temporary directory: /tmp/pip-ephem-wheel-cache-tuqjgzas 2023-08-28T19:09:18,085 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-08-28T19:09:18,093 2 location(s) to search for versions of valconfig: 2023-08-28T19:09:18,093 * https://pypi.org/simple/valconfig/ 2023-08-28T19:09:18,093 * https://www.piwheels.org/simple/valconfig/ 2023-08-28T19:09:18,094 Fetching project page and analyzing links: https://pypi.org/simple/valconfig/ 2023-08-28T19:09:18,096 Getting page https://pypi.org/simple/valconfig/ 2023-08-28T19:09:18,099 Found index url https://pypi.org/simple/ 2023-08-28T19:09:18,289 Fetched page https://pypi.org/simple/valconfig/ as application/vnd.pypi.simple.v1+json 2023-08-28T19:09:18,293 Skipping link: No binaries permitted for valconfig: https://files.pythonhosted.org/packages/de/ef/d87b7a0813747978b871879ceef944e9ffec211ef51a9d975a214347833d/valconfig-0.1.1rc3-py3-none-any.whl (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,295 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/d5/27/1efcbe00573849c08ea703c52be8996b09e305e4081450f614d932ea7ab7/valconfig-0.1.1rc3.tar.gz (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,295 Skipping link: 0.1.1rc3 Requires-Python >=3.8: https://files.pythonhosted.org/packages/d5/27/1efcbe00573849c08ea703c52be8996b09e305e4081450f614d932ea7ab7/valconfig-0.1.1rc3.tar.gz (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,295 Skipping link: No binaries permitted for valconfig: https://files.pythonhosted.org/packages/43/2c/8377f96af5eaa3470891021c58623abc502df641d09eddd95fea8dfb5b4e/valconfig-0.1.1-py3-none-any.whl (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,297 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/cd/5e/cc20fb91e354c937ed3a2ac25252fd3315fa48a7830e083f1218aab8b193/valconfig-0.1.1.tar.gz (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,297 Skipping link: 0.1.1 Requires-Python >=3.8: https://files.pythonhosted.org/packages/cd/5e/cc20fb91e354c937ed3a2ac25252fd3315fa48a7830e083f1218aab8b193/valconfig-0.1.1.tar.gz (from https://pypi.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:18,298 Fetching project page and analyzing links: https://www.piwheels.org/simple/valconfig/ 2023-08-28T19:09:18,299 Getting page https://www.piwheels.org/simple/valconfig/ 2023-08-28T19:09:18,301 Found index url https://www.piwheels.org/simple/ 2023-08-28T19:09:23,098 Fetched page https://www.piwheels.org/simple/valconfig/ as text/html 2023-08-28T19:09:23,101 Skipping link: No binaries permitted for valconfig: https://www.piwheels.org/simple/valconfig/valconfig-0.1.1rc3-py3-none-any.whl#sha256=9a60bb63cd44783737b48cd696dc4b9bd9dd04351b83b3504b4f40f214ba191e (from https://www.piwheels.org/simple/valconfig/) (requires-python:>=3.8) 2023-08-28T19:09:23,102 Skipping link: not a file: https://www.piwheels.org/simple/valconfig/ 2023-08-28T19:09:23,103 Skipping link: not a file: https://pypi.org/simple/valconfig/ 2023-08-28T19:09:23,134 Given no hashes to check 0 links for project 'valconfig': discarding no candidates 2023-08-28T19:09:23,135 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.8; 0.1.1rc3 Requires-Python >=3.8 2023-08-28T19:09:23,138 ERROR: Could not find a version that satisfies the requirement valconfig==0.1.1 (from versions: none) 2023-08-28T19:09:23,140 ERROR: No matching distribution found for valconfig==0.1.1 2023-08-28T19:09:23,142 Exception information: 2023-08-28T19:09:23,142 Traceback (most recent call last): 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-08-28T19:09:23,142 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-08-28T19:09:23,142 raise RequirementsConflicted(criterion) 2023-08-28T19:09:23,142 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('valconfig==0.1.1') 2023-08-28T19:09:23,142 2023-08-28T19:09:23,142 During handling of the above exception, another exception occurred: 2023-08-28T19:09:23,142 2023-08-28T19:09:23,142 Traceback (most recent call last): 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-08-28T19:09:23,142 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-08-28T19:09:23,142 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-08-28T19:09:23,142 raise ResolutionImpossible(e.criterion.information) 2023-08-28T19:09:23,142 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('valconfig==0.1.1'), parent=None)] 2023-08-28T19:09:23,142 2023-08-28T19:09:23,142 The above exception was the direct cause of the following exception: 2023-08-28T19:09:23,142 2023-08-28T19:09:23,142 Traceback (most recent call last): 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-08-28T19:09:23,142 status = run_func(*args) 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-08-28T19:09:23,142 return func(self, options, args) 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-08-28T19:09:23,142 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-08-28T19:09:23,142 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-08-28T19:09:23,142 raise error from e 2023-08-28T19:09:23,142 pip._internal.exceptions.DistributionNotFound: No matching distribution found for valconfig==0.1.1 2023-08-28T19:09:23,151 Removed build tracker: '/tmp/pip-build-tracker-0jbqhg8n'