2023-08-08T10:36:13,350 Created temporary directory: /tmp/pip-build-tracker-qp8m7mz9 2023-08-08T10:36:13,353 Initialized build tracking at /tmp/pip-build-tracker-qp8m7mz9 2023-08-08T10:36:13,353 Created build tracker: /tmp/pip-build-tracker-qp8m7mz9 2023-08-08T10:36:13,354 Entered build tracker: /tmp/pip-build-tracker-qp8m7mz9 2023-08-08T10:36:13,355 Created temporary directory: /tmp/pip-wheel-2764dkv9 2023-08-08T10:36:13,364 Created temporary directory: /tmp/pip-ephem-wheel-cache-6c4rstcg 2023-08-08T10:36:13,416 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-08-08T10:36:13,424 2 location(s) to search for versions of winhidder: 2023-08-08T10:36:13,424 * https://pypi.org/simple/winhidder/ 2023-08-08T10:36:13,424 * https://www.piwheels.org/simple/winhidder/ 2023-08-08T10:36:13,425 Fetching project page and analyzing links: https://pypi.org/simple/winhidder/ 2023-08-08T10:36:13,426 Getting page https://pypi.org/simple/winhidder/ 2023-08-08T10:36:13,431 Found index url https://pypi.org/simple/ 2023-08-08T10:36:13,619 Fetched page https://pypi.org/simple/winhidder/ as application/vnd.pypi.simple.v1+json 2023-08-08T10:36:13,622 Skipping link: No binaries permitted for winhidder: https://files.pythonhosted.org/packages/80/64/63a3ae43a21222122c61905568971b6d3d63517a3257393702e4a32f9162/winhidder-0.1.0-py3-none-any.whl (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,624 Link requires a different Python (3.7.3 not in: '>=3.10,<4.0'): https://files.pythonhosted.org/packages/b6/ba/a2401b9d7f4e477eaceac9d46c6cc5e9cd161698d6f69caefe918801c17e/winhidder-0.1.0.tar.gz (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,625 Skipping link: 0.1.0 Requires-Python >=3.10,<4.0: https://files.pythonhosted.org/packages/b6/ba/a2401b9d7f4e477eaceac9d46c6cc5e9cd161698d6f69caefe918801c17e/winhidder-0.1.0.tar.gz (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,625 Skipping link: No binaries permitted for winhidder: https://files.pythonhosted.org/packages/c3/96/dc24bb59f1c1d2fbe1046699c62f35a6ce97498dcc9263fd5fbd52ad3782/winhidder-0.1.1-py3-none-any.whl (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,627 Link requires a different Python (3.7.3 not in: '>=3.10,<4.0'): https://files.pythonhosted.org/packages/28/1b/ed4870a61cbfa7808586d2cde0e2bbacb3e699299b6ef42e21ae4684a555/winhidder-0.1.1.tar.gz (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,627 Skipping link: 0.1.1 Requires-Python >=3.10,<4.0: https://files.pythonhosted.org/packages/28/1b/ed4870a61cbfa7808586d2cde0e2bbacb3e699299b6ef42e21ae4684a555/winhidder-0.1.1.tar.gz (from https://pypi.org/simple/winhidder/) (requires-python:>=3.10,<4.0) 2023-08-08T10:36:13,628 Fetching project page and analyzing links: https://www.piwheels.org/simple/winhidder/ 2023-08-08T10:36:13,629 Getting page https://www.piwheels.org/simple/winhidder/ 2023-08-08T10:36:13,631 Found index url https://www.piwheels.org/simple/ 2023-08-08T10:36:13,865 Fetched page https://www.piwheels.org/simple/winhidder/ as text/html 2023-08-08T10:36:13,867 Skipping link: not a file: https://www.piwheels.org/simple/winhidder/ 2023-08-08T10:36:13,868 Skipping link: not a file: https://pypi.org/simple/winhidder/ 2023-08-08T10:36:13,900 Given no hashes to check 0 links for project 'winhidder': discarding no candidates 2023-08-08T10:36:13,901 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.10,<4.0; 0.1.1 Requires-Python >=3.10,<4.0 2023-08-08T10:36:13,904 ERROR: Could not find a version that satisfies the requirement winhidder==0.1.0 (from versions: none) 2023-08-08T10:36:13,906 ERROR: No matching distribution found for winhidder==0.1.0 2023-08-08T10:36:13,908 Exception information: 2023-08-08T10:36:13,908 Traceback (most recent call last): 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-08-08T10:36:13,908 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-08-08T10:36:13,908 raise RequirementsConflicted(criterion) 2023-08-08T10:36:13,908 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('winhidder==0.1.0') 2023-08-08T10:36:13,908 2023-08-08T10:36:13,908 During handling of the above exception, another exception occurred: 2023-08-08T10:36:13,908 2023-08-08T10:36:13,908 Traceback (most recent call last): 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-08-08T10:36:13,908 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-08-08T10:36:13,908 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-08-08T10:36:13,908 raise ResolutionImpossible(e.criterion.information) 2023-08-08T10:36:13,908 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('winhidder==0.1.0'), parent=None)] 2023-08-08T10:36:13,908 2023-08-08T10:36:13,908 The above exception was the direct cause of the following exception: 2023-08-08T10:36:13,908 2023-08-08T10:36:13,908 Traceback (most recent call last): 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-08-08T10:36:13,908 status = run_func(*args) 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-08-08T10:36:13,908 return func(self, options, args) 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-08-08T10:36:13,908 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-08-08T10:36:13,908 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-08-08T10:36:13,908 raise error from e 2023-08-08T10:36:13,908 pip._internal.exceptions.DistributionNotFound: No matching distribution found for winhidder==0.1.0 2023-08-08T10:36:13,917 Removed build tracker: '/tmp/pip-build-tracker-qp8m7mz9'