2026-03-13T19:20:28,806 Created temporary directory: /tmp/pip-ephem-wheel-cache-u28mz0n1 2026-03-13T19:20:28,808 Created temporary directory: /tmp/pip-build-tracker-953mdx73 2026-03-13T19:20:28,809 Initialized build tracking at /tmp/pip-build-tracker-953mdx73 2026-03-13T19:20:28,809 Created build tracker: /tmp/pip-build-tracker-953mdx73 2026-03-13T19:20:28,810 Entered build tracker: /tmp/pip-build-tracker-953mdx73 2026-03-13T19:20:28,810 Created temporary directory: /tmp/pip-wheel-l8im0czi 2026-03-13T19:20:28,813 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2026-03-13T19:20:28,816 Created temporary directory: /tmp/pip-ephem-wheel-cache-tqsf6nkz 2026-03-13T19:20:28,838 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-03-13T19:20:28,841 2 location(s) to search for versions of staticware: 2026-03-13T19:20:28,841 * https://pypi.org/simple/staticware/ 2026-03-13T19:20:28,841 * https://www.piwheels.org/simple/staticware/ 2026-03-13T19:20:28,842 Fetching project page and analyzing links: https://pypi.org/simple/staticware/ 2026-03-13T19:20:28,843 Getting page https://pypi.org/simple/staticware/ 2026-03-13T19:20:28,844 Found index url https://pypi.org/simple 2026-03-13T19:20:29,059 Fetched page https://pypi.org/simple/staticware/ as application/vnd.pypi.simple.v1+json 2026-03-13T19:20:29,060 Skipping link: No binaries permitted for staticware: https://files.pythonhosted.org/packages/06/03/5ce29c49852aebfbb88b9e33b399ab8d13951934a7938fc70b655f949c03/staticware-0.1.0-py3-none-any.whl (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,062 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/bf/ae/0487c50d1b4a284ef4f6abba86471a8cff533a60794214f47f358ccfac9d/staticware-0.1.0.tar.gz (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,062 Skipping link: 0.1.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/bf/ae/0487c50d1b4a284ef4f6abba86471a8cff533a60794214f47f358ccfac9d/staticware-0.1.0.tar.gz (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,063 Skipping link: No binaries permitted for staticware: https://files.pythonhosted.org/packages/37/89/69c791f2bb2b5fa6d7bf8e2fd236e6a10490b06dacfd8e4e9f48d8a8ae0a/staticware-0.2.0-py3-none-any.whl (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,064 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/9a/47/f3effaeff071e7d87b64ded37073e1728fbdc432bc166b689ba442050fb2/staticware-0.2.0.tar.gz (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,065 Skipping link: 0.2.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/9a/47/f3effaeff071e7d87b64ded37073e1728fbdc432bc166b689ba442050fb2/staticware-0.2.0.tar.gz (from https://pypi.org/simple/staticware/) (requires-python:>=3.12) 2026-03-13T19:20:29,065 Fetching project page and analyzing links: https://www.piwheels.org/simple/staticware/ 2026-03-13T19:20:29,066 Getting page https://www.piwheels.org/simple/staticware/ 2026-03-13T19:20:29,067 Found index url https://www.piwheels.org/simple 2026-03-13T19:20:29,228 Fetched page https://www.piwheels.org/simple/staticware/ as text/html 2026-03-13T19:20:29,229 Skipping link: not a file: https://www.piwheels.org/simple/staticware/ 2026-03-13T19:20:29,230 Skipping link: not a file: https://pypi.org/simple/staticware/ 2026-03-13T19:20:29,249 Given no hashes to check 0 links for project 'staticware': discarding no candidates 2026-03-13T19:20:29,250 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.12; 0.2.0 Requires-Python >=3.12 2026-03-13T19:20:29,251 ERROR: Could not find a version that satisfies the requirement staticware==0.2.0 (from versions: none) 2026-03-13T19:20:29,253 ERROR: No matching distribution found for staticware==0.2.0 2026-03-13T19:20:29,254 Exception information: 2026-03-13T19:20:29,254 Traceback (most recent call last): 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2026-03-13T19:20:29,254 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2026-03-13T19:20:29,254 raise RequirementsConflicted(criterion) 2026-03-13T19:20:29,254 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('staticware==0.2.0') 2026-03-13T19:20:29,254 2026-03-13T19:20:29,254 During handling of the above exception, another exception occurred: 2026-03-13T19:20:29,254 2026-03-13T19:20:29,254 Traceback (most recent call last): 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2026-03-13T19:20:29,254 result = self._result = resolver.resolve( 2026-03-13T19:20:29,254 ^^^^^^^^^^^^^^^^^ 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2026-03-13T19:20:29,254 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-03-13T19:20:29,254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2026-03-13T19:20:29,254 raise ResolutionImpossible(e.criterion.information) 2026-03-13T19:20:29,254 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('staticware==0.2.0'), parent=None)] 2026-03-13T19:20:29,254 2026-03-13T19:20:29,254 The above exception was the direct cause of the following exception: 2026-03-13T19:20:29,254 2026-03-13T19:20:29,254 Traceback (most recent call last): 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2026-03-13T19:20:29,254 status = run_func(*args) 2026-03-13T19:20:29,254 ^^^^^^^^^^^^^^^ 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2026-03-13T19:20:29,254 return func(self, options, args) 2026-03-13T19:20:29,254 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2026-03-13T19:20:29,254 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-03-13T19:20:29,254 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T19:20:29,254 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2026-03-13T19:20:29,254 raise error from e 2026-03-13T19:20:29,254 pip._internal.exceptions.DistributionNotFound: No matching distribution found for staticware==0.2.0 2026-03-13T19:20:29,260 Removed build tracker: '/tmp/pip-build-tracker-953mdx73'