2025-09-08T02:04:34,491 Created temporary directory: /tmp/pip-build-tracker-ktgp1l0q 2025-09-08T02:04:34,492 Initialized build tracking at /tmp/pip-build-tracker-ktgp1l0q 2025-09-08T02:04:34,492 Created build tracker: /tmp/pip-build-tracker-ktgp1l0q 2025-09-08T02:04:34,492 Entered build tracker: /tmp/pip-build-tracker-ktgp1l0q 2025-09-08T02:04:34,493 Created temporary directory: /tmp/pip-wheel-eowcogdz 2025-09-08T02:04:34,496 Created temporary directory: /tmp/pip-ephem-wheel-cache-rnh894fg 2025-09-08T02:04:34,552 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T02:04:34,555 2 location(s) to search for versions of pygkv: 2025-09-08T02:04:34,555 * https://pypi.org/simple/pygkv/ 2025-09-08T02:04:34,555 * https://www.piwheels.org/simple/pygkv/ 2025-09-08T02:04:34,555 Fetching project page and analyzing links: https://pypi.org/simple/pygkv/ 2025-09-08T02:04:34,555 Getting page https://pypi.org/simple/pygkv/ 2025-09-08T02:04:34,556 Found index url https://pypi.org/simple/ 2025-09-08T02:04:34,702 Fetched page https://pypi.org/simple/pygkv/ as application/vnd.pypi.simple.v1+json 2025-09-08T02:04:34,704 Found link https://files.pythonhosted.org/packages/55/ef/ab1bb3f38d4ad78349860ad88a4c9fe45e42f2757b38aa42993174340fd1/pygkv-0.1.2.tar.gz (from https://pypi.org/simple/pygkv/), version: 0.1.2 2025-09-08T02:04:34,705 Found link https://files.pythonhosted.org/packages/24/53/cf8eeb9f3ed29caeb7a913d579231d647da99494a9407d2ee601d7ff5c36/pygkv-0.2.tar.gz (from https://pypi.org/simple/pygkv/), version: 0.2 2025-09-08T02:04:34,706 Found link https://files.pythonhosted.org/packages/ec/61/86624585f6ab6650ac10592a12a444dc187304dbdd4917f5bee0cab21c03/pygkv-0.3.tar.gz (from https://pypi.org/simple/pygkv/), version: 0.3 2025-09-08T02:04:34,706 Fetching project page and analyzing links: https://www.piwheels.org/simple/pygkv/ 2025-09-08T02:04:34,707 Getting page https://www.piwheels.org/simple/pygkv/ 2025-09-08T02:04:34,709 Found index url https://www.piwheels.org/simple/ 2025-09-08T02:04:34,807 Fetched page https://www.piwheels.org/simple/pygkv/ as text/html 2025-09-08T02:04:34,809 Skipping link: No binaries permitted for pygkv: https://archive1.piwheels.org/simple/pygkv/pygkv-0.3-py3-none-any.whl#sha256=f1612e7c0df9be4bbe3942ea54721a24f3d4fc708e9062fadb868f3bff2bf278 (from https://www.piwheels.org/simple/pygkv/) 2025-09-08T02:04:34,809 Skipping link: No binaries permitted for pygkv: https://archive1.piwheels.org/simple/pygkv/pygkv-0.2-py3-none-any.whl#sha256=76c534ed49c13ab15f29b8dec345105f02e861f25888c757a40d52f64782f425 (from https://www.piwheels.org/simple/pygkv/) 2025-09-08T02:04:34,809 Skipping link: not a file: https://www.piwheels.org/simple/pygkv/ 2025-09-08T02:04:34,809 Skipping link: not a file: https://pypi.org/simple/pygkv/ 2025-09-08T02:04:34,835 Given no hashes to check 0 links for project 'pygkv': discarding no candidates 2025-09-08T02:04:34,836 ERROR: Could not find a version that satisfies the requirement pygkv==0.1.0 (from versions: 0.1.2, 0.2, 0.3) 2025-09-08T02:04:34,837 ERROR: No matching distribution found for pygkv==0.1.0 2025-09-08T02:04:34,839 Exception information: 2025-09-08T02:04:34,839 Traceback (most recent call last): 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T02:04:34,839 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T02:04:34,839 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-08T02:04:34,839 raise RequirementsConflicted(criterion) 2025-09-08T02:04:34,839 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pygkv==0.1.0') 2025-09-08T02:04:34,839 2025-09-08T02:04:34,839 The above exception was the direct cause of the following exception: 2025-09-08T02:04:34,839 2025-09-08T02:04:34,839 Traceback (most recent call last): 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T02:04:34,839 result = self._result = resolver.resolve( 2025-09-08T02:04:34,839 ~~~~~~~~~~~~~~~~^ 2025-09-08T02:04:34,839 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T02:04:34,839 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T02:04:34,839 ) 2025-09-08T02:04:34,839 ^ 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T02:04:34,839 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-08T02:04:34,839 raise ResolutionImpossible(e.criterion.information) from e 2025-09-08T02:04:34,839 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pygkv==0.1.0'), parent=None)] 2025-09-08T02:04:34,839 2025-09-08T02:04:34,839 The above exception was the direct cause of the following exception: 2025-09-08T02:04:34,839 2025-09-08T02:04:34,839 Traceback (most recent call last): 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T02:04:34,839 status = _inner_run() 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T02:04:34,839 return self.run(options, args) 2025-09-08T02:04:34,839 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T02:04:34,839 return func(self, options, args) 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T02:04:34,839 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T02:04:34,839 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-08T02:04:34,839 raise error from e 2025-09-08T02:04:34,839 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pygkv==0.1.0 2025-09-08T02:04:34,847 Removed build tracker: '/tmp/pip-build-tracker-ktgp1l0q'