2025-09-13T20:46:24,519 Created temporary directory: /tmp/pip-build-tracker-tmjmucrj 2025-09-13T20:46:24,519 Initialized build tracking at /tmp/pip-build-tracker-tmjmucrj 2025-09-13T20:46:24,520 Created build tracker: /tmp/pip-build-tracker-tmjmucrj 2025-09-13T20:46:24,520 Entered build tracker: /tmp/pip-build-tracker-tmjmucrj 2025-09-13T20:46:24,520 Created temporary directory: /tmp/pip-wheel-tvj7qwo3 2025-09-13T20:46:24,523 Created temporary directory: /tmp/pip-ephem-wheel-cache-4g38hw4a 2025-09-13T20:46:24,582 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-13T20:46:24,585 2 location(s) to search for versions of simple-config-sync: 2025-09-13T20:46:24,585 * https://pypi.org/simple/simple-config-sync/ 2025-09-13T20:46:24,585 * https://www.piwheels.org/simple/simple-config-sync/ 2025-09-13T20:46:24,585 Fetching project page and analyzing links: https://pypi.org/simple/simple-config-sync/ 2025-09-13T20:46:24,586 Getting page https://pypi.org/simple/simple-config-sync/ 2025-09-13T20:46:24,587 Found index url https://pypi.org/simple/ 2025-09-13T20:46:24,803 Fetched page https://pypi.org/simple/simple-config-sync/ as application/vnd.pypi.simple.v1+json 2025-09-13T20:46:24,804 Skipping link: No binaries permitted for simple-config-sync: https://files.pythonhosted.org/packages/f0/8b/de2f537c00d9fa9dda5554ab3b37adf110dd801b1cf12b54b72f27930a21/simple_config_sync-0.1.22-py3-none-any.whl (from https://pypi.org/simple/simple-config-sync/) (requires-python:>=3.10) 2025-09-13T20:46:24,805 Found link https://files.pythonhosted.org/packages/b8/18/67f4f165ea7acac88a30c2b9a0f1ee1e46a4327481e1545b80c1f422694c/simple_config_sync-0.1.22.tar.gz (from https://pypi.org/simple/simple-config-sync/) (requires-python:>=3.10), version: 0.1.22 2025-09-13T20:46:24,806 Fetching project page and analyzing links: https://www.piwheels.org/simple/simple-config-sync/ 2025-09-13T20:46:24,806 Getting page https://www.piwheels.org/simple/simple-config-sync/ 2025-09-13T20:46:24,807 Found index url https://www.piwheels.org/simple/ 2025-09-13T20:46:24,893 Fetched page https://www.piwheels.org/simple/simple-config-sync/ as text/html 2025-09-13T20:46:24,894 Skipping link: No binaries permitted for simple-config-sync: https://archive1.piwheels.org/simple/simple-config-sync/simple_config_sync-0.1.22-py3-none-any.whl#sha256=a9e9071f1b0c0db8f3eaa4bbfede1d73a726fd61c4e1d9056f7bc224fd57518e (from https://www.piwheels.org/simple/simple-config-sync/) (requires-python:>=3.10) 2025-09-13T20:46:24,895 Skipping link: not a file: https://www.piwheels.org/simple/simple-config-sync/ 2025-09-13T20:46:24,895 Skipping link: not a file: https://pypi.org/simple/simple-config-sync/ 2025-09-13T20:46:24,919 Given no hashes to check 0 links for project 'simple-config-sync': discarding no candidates 2025-09-13T20:46:24,920 ERROR: Could not find a version that satisfies the requirement simple-config-sync==0.1.3 (from versions: 0.1.22) 2025-09-13T20:46:24,921 ERROR: No matching distribution found for simple-config-sync==0.1.3 2025-09-13T20:46:24,922 Exception information: 2025-09-13T20:46:24,922 Traceback (most recent call last): 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-13T20:46:24,922 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-13T20:46:24,922 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-13T20:46:24,922 raise RequirementsConflicted(criterion) 2025-09-13T20:46:24,922 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('simple-config-sync==0.1.3') 2025-09-13T20:46:24,922 2025-09-13T20:46:24,922 The above exception was the direct cause of the following exception: 2025-09-13T20:46:24,922 2025-09-13T20:46:24,922 Traceback (most recent call last): 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-13T20:46:24,922 result = self._result = resolver.resolve( 2025-09-13T20:46:24,922 ~~~~~~~~~~~~~~~~^ 2025-09-13T20:46:24,922 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-13T20:46:24,922 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-13T20:46:24,922 ) 2025-09-13T20:46:24,922 ^ 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-13T20:46:24,922 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-13T20:46:24,922 raise ResolutionImpossible(e.criterion.information) from e 2025-09-13T20:46:24,922 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('simple-config-sync==0.1.3'), parent=None)] 2025-09-13T20:46:24,922 2025-09-13T20:46:24,922 The above exception was the direct cause of the following exception: 2025-09-13T20:46:24,922 2025-09-13T20:46:24,922 Traceback (most recent call last): 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-13T20:46:24,922 status = _inner_run() 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-13T20:46:24,922 return self.run(options, args) 2025-09-13T20:46:24,922 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-13T20:46:24,922 return func(self, options, args) 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-13T20:46:24,922 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-13T20:46:24,922 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-13T20:46:24,922 raise error from e 2025-09-13T20:46:24,922 pip._internal.exceptions.DistributionNotFound: No matching distribution found for simple-config-sync==0.1.3 2025-09-13T20:46:24,933 Removed build tracker: '/tmp/pip-build-tracker-tmjmucrj'