2025-08-31T17:04:48,912 Created temporary directory: /tmp/pip-build-tracker-fd51ttnz 2025-08-31T17:04:48,913 Initialized build tracking at /tmp/pip-build-tracker-fd51ttnz 2025-08-31T17:04:48,913 Created build tracker: /tmp/pip-build-tracker-fd51ttnz 2025-08-31T17:04:48,914 Entered build tracker: /tmp/pip-build-tracker-fd51ttnz 2025-08-31T17:04:48,915 Created temporary directory: /tmp/pip-wheel-9j8niy8y 2025-08-31T17:04:48,919 Created temporary directory: /tmp/pip-ephem-wheel-cache-gpoziqoj 2025-08-31T17:04:48,969 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-08-31T17:04:48,971 2 location(s) to search for versions of chaquopy-stubgen: 2025-08-31T17:04:48,971 * https://pypi.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:48,971 * https://www.piwheels.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:48,972 Fetching project page and analyzing links: https://pypi.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:48,972 Getting page https://pypi.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:48,974 Found index url https://pypi.org/simple/ 2025-08-31T17:04:49,202 Fetched page https://pypi.org/simple/chaquopy-stubgen/ as application/vnd.pypi.simple.v1+json 2025-08-31T17:04:49,205 Skipping link: No binaries permitted for chaquopy-stubgen: https://files.pythonhosted.org/packages/51/9c/c9482ded805bf61fbd8e629b6eb212fd0bc1e2a083751849cd1b0c68684b/chaquopy_stubgen-0.1.0-py3-none-any.whl (from https://pypi.org/simple/chaquopy-stubgen/) (requires-python:>=3.13) 2025-08-31T17:04:49,207 Link requires a different Python (3.11.2 not in: '>=3.13'): https://files.pythonhosted.org/packages/1c/b1/e4d04b81b37781f00713b2a9cd35117887d5e86480c5b805737be8d8e80f/chaquopy_stubgen-0.1.0.tar.gz (from https://pypi.org/simple/chaquopy-stubgen/) (requires-python:>=3.13) 2025-08-31T17:04:49,208 Skipping link: 0.1.0 Requires-Python >=3.13: https://files.pythonhosted.org/packages/1c/b1/e4d04b81b37781f00713b2a9cd35117887d5e86480c5b805737be8d8e80f/chaquopy_stubgen-0.1.0.tar.gz (from https://pypi.org/simple/chaquopy-stubgen/) (requires-python:>=3.13) 2025-08-31T17:04:49,210 Fetching project page and analyzing links: https://www.piwheels.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:49,211 Getting page https://www.piwheels.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:49,213 Found index url https://www.piwheels.org/simple/ 2025-08-31T17:04:49,399 Fetched page https://www.piwheels.org/simple/chaquopy-stubgen/ as text/html 2025-08-31T17:04:49,400 Skipping link: not a file: https://www.piwheels.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:49,401 Skipping link: not a file: https://pypi.org/simple/chaquopy-stubgen/ 2025-08-31T17:04:49,420 Given no hashes to check 0 links for project 'chaquopy-stubgen': discarding no candidates 2025-08-31T17:04:49,421 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.13 2025-08-31T17:04:49,423 ERROR: Could not find a version that satisfies the requirement chaquopy-stubgen==0.1.0 (from versions: none) 2025-08-31T17:04:49,424 ERROR: No matching distribution found for chaquopy-stubgen==0.1.0 2025-08-31T17:04:49,425 Exception information: 2025-08-31T17:04:49,425 Traceback (most recent call last): 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-08-31T17:04:49,425 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-08-31T17:04:49,425 raise RequirementsConflicted(criterion) 2025-08-31T17:04:49,425 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('chaquopy-stubgen==0.1.0') 2025-08-31T17:04:49,425 2025-08-31T17:04:49,425 The above exception was the direct cause of the following exception: 2025-08-31T17:04:49,425 2025-08-31T17:04:49,425 Traceback (most recent call last): 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-08-31T17:04:49,425 result = self._result = resolver.resolve( 2025-08-31T17:04:49,425 ^^^^^^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-08-31T17:04:49,425 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-08-31T17:04:49,425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-08-31T17:04:49,425 raise ResolutionImpossible(e.criterion.information) from e 2025-08-31T17:04:49,425 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('chaquopy-stubgen==0.1.0'), parent=None)] 2025-08-31T17:04:49,425 2025-08-31T17:04:49,425 The above exception was the direct cause of the following exception: 2025-08-31T17:04:49,425 2025-08-31T17:04:49,425 Traceback (most recent call last): 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-08-31T17:04:49,425 status = _inner_run() 2025-08-31T17:04:49,425 ^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-08-31T17:04:49,425 return self.run(options, args) 2025-08-31T17:04:49,425 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-08-31T17:04:49,425 return func(self, options, args) 2025-08-31T17:04:49,425 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-08-31T17:04:49,425 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-08-31T17:04:49,425 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-08-31T17:04:49,425 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-08-31T17:04:49,425 raise error from e 2025-08-31T17:04:49,425 pip._internal.exceptions.DistributionNotFound: No matching distribution found for chaquopy-stubgen==0.1.0 2025-08-31T17:04:49,432 Removed build tracker: '/tmp/pip-build-tracker-fd51ttnz'