2024-12-15T01:31:15,711 Disabling truststore because Python version isn't 3.10+ 2024-12-15T01:31:16,235 Created temporary directory: /tmp/pip-build-tracker-auv_jw8v 2024-12-15T01:31:16,236 Initialized build tracking at /tmp/pip-build-tracker-auv_jw8v 2024-12-15T01:31:16,236 Created build tracker: /tmp/pip-build-tracker-auv_jw8v 2024-12-15T01:31:16,236 Entered build tracker: /tmp/pip-build-tracker-auv_jw8v 2024-12-15T01:31:16,237 Created temporary directory: /tmp/pip-wheel-whpv_43u 2024-12-15T01:31:16,242 Created temporary directory: /tmp/pip-ephem-wheel-cache-d2zltsfh 2024-12-15T01:31:16,290 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-12-15T01:31:16,293 2 location(s) to search for versions of pywebio3: 2024-12-15T01:31:16,293 * https://pypi.org/simple/pywebio3/ 2024-12-15T01:31:16,293 * https://www.piwheels.org/simple/pywebio3/ 2024-12-15T01:31:16,294 Fetching project page and analyzing links: https://pypi.org/simple/pywebio3/ 2024-12-15T01:31:16,294 Getting page https://pypi.org/simple/pywebio3/ 2024-12-15T01:31:16,296 Found index url https://pypi.org/simple/ 2024-12-15T01:31:16,395 Fetched page https://pypi.org/simple/pywebio3/ as application/vnd.pypi.simple.v1+json 2024-12-15T01:31:16,396 Skipping link: No binaries permitted for pywebio3: https://files.pythonhosted.org/packages/07/af/80d88d4e2ea7ac1bf930b4ed262da76f82b5f571a995d3e5459555bc7f67/pywebio3-0.1.0-py3-none-any.whl (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,397 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/7f/76/407de674de3ee9a3c3402a4c775df5ecddf14534fc32a8c191e99f71d902/pywebio3-0.1.0.tar.gz (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,397 Skipping link: 0.1.0 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/7f/76/407de674de3ee9a3c3402a4c775df5ecddf14534fc32a8c191e99f71d902/pywebio3-0.1.0.tar.gz (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,398 Skipping link: No binaries permitted for pywebio3: https://files.pythonhosted.org/packages/43/38/5a299d21c4a6637db483093294138a0f778ad9b6b2b1dc07557ef2b39d44/pywebio3-0.1.1-py3-none-any.whl (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,398 Link requires a different Python (3.9.2 not in: '<4.0,>=3.12'): https://files.pythonhosted.org/packages/8a/5c/376041107cb0055d64740c75361e79d17951dd9c7c107eb68abf1478c395/pywebio3-0.1.1.tar.gz (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,398 Skipping link: 0.1.1 Requires-Python <4.0,>=3.12: https://files.pythonhosted.org/packages/8a/5c/376041107cb0055d64740c75361e79d17951dd9c7c107eb68abf1478c395/pywebio3-0.1.1.tar.gz (from https://pypi.org/simple/pywebio3/) (requires-python:<4.0,>=3.12) 2024-12-15T01:31:16,399 Fetching project page and analyzing links: https://www.piwheels.org/simple/pywebio3/ 2024-12-15T01:31:16,399 Getting page https://www.piwheels.org/simple/pywebio3/ 2024-12-15T01:31:16,400 Found index url https://www.piwheels.org/simple/ 2024-12-15T01:31:16,442 Fetched page https://www.piwheels.org/simple/pywebio3/ as text/html 2024-12-15T01:31:16,443 Skipping link: not a file: https://www.piwheels.org/simple/pywebio3/ 2024-12-15T01:31:16,443 Skipping link: not a file: https://pypi.org/simple/pywebio3/ 2024-12-15T01:31:16,460 Given no hashes to check 0 links for project 'pywebio3': discarding no candidates 2024-12-15T01:31:16,461 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python <4.0,>=3.12; 0.1.1 Requires-Python <4.0,>=3.12 2024-12-15T01:31:16,462 ERROR: Could not find a version that satisfies the requirement pywebio3==0.1.1 (from versions: none) 2024-12-15T01:31:16,463 ERROR: No matching distribution found for pywebio3==0.1.1 2024-12-15T01:31:16,464 Exception information: 2024-12-15T01:31:16,464 Traceback (most recent call last): 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-12-15T01:31:16,464 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-12-15T01:31:16,464 raise RequirementsConflicted(criterion) 2024-12-15T01:31:16,464 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pywebio3==0.1.1') 2024-12-15T01:31:16,464 2024-12-15T01:31:16,464 During handling of the above exception, another exception occurred: 2024-12-15T01:31:16,464 2024-12-15T01:31:16,464 Traceback (most recent call last): 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-12-15T01:31:16,464 result = self._result = resolver.resolve( 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-12-15T01:31:16,464 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-12-15T01:31:16,464 raise ResolutionImpossible(e.criterion.information) 2024-12-15T01:31:16,464 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pywebio3==0.1.1'), parent=None)] 2024-12-15T01:31:16,464 2024-12-15T01:31:16,464 The above exception was the direct cause of the following exception: 2024-12-15T01:31:16,464 2024-12-15T01:31:16,464 Traceback (most recent call last): 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-12-15T01:31:16,464 status = _inner_run() 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-12-15T01:31:16,464 return self.run(options, args) 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-12-15T01:31:16,464 return func(self, options, args) 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-12-15T01:31:16,464 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-12-15T01:31:16,464 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-12-15T01:31:16,464 raise error from e 2024-12-15T01:31:16,464 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pywebio3==0.1.1 2024-12-15T01:31:16,468 Removed build tracker: '/tmp/pip-build-tracker-auv_jw8v'