2026-05-30T19:17:44,675 Created temporary directory: /tmp/pip-build-tracker-yvr5op49 2026-05-30T19:17:44,676 Initialized build tracking at /tmp/pip-build-tracker-yvr5op49 2026-05-30T19:17:44,676 Created build tracker: /tmp/pip-build-tracker-yvr5op49 2026-05-30T19:17:44,676 Entered build tracker: /tmp/pip-build-tracker-yvr5op49 2026-05-30T19:17:44,677 Created temporary directory: /tmp/pip-wheel-8qx7xxa_ 2026-05-30T19:17:44,680 Created temporary directory: /tmp/pip-ephem-wheel-cache-45e15uv9 2026-05-30T19:17:44,740 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-05-30T19:17:44,743 2 location(s) to search for versions of liquidchat: 2026-05-30T19:17:44,743 * https://pypi.org/simple/liquidchat/ 2026-05-30T19:17:44,743 * https://www.piwheels.org/simple/liquidchat/ 2026-05-30T19:17:44,743 Fetching project page and analyzing links: https://pypi.org/simple/liquidchat/ 2026-05-30T19:17:44,743 Getting page https://pypi.org/simple/liquidchat/ 2026-05-30T19:17:44,744 Found index url https://pypi.org/simple/ 2026-05-30T19:17:44,892 Fetched page https://pypi.org/simple/liquidchat/ as application/vnd.pypi.simple.v1+json 2026-05-30T19:17:44,894 Skipping link: No binaries permitted for liquidchat: https://files.pythonhosted.org/packages/aa/14/d35d60cd51b0b9ffa21756c55b2ffd218dbfd21a275983e9e1d8965fd2cd/liquidchat-0.8.8-py3-none-any.whl (from https://pypi.org/simple/liquidchat/) (requires-python:>=3.14) 2026-05-30T19:17:44,896 Link requires a different Python (3.13.5 not in: '>=3.14'): https://files.pythonhosted.org/packages/77/c5/6dfbf75b51ae045d6ea9f183b15cd3165d5b2524a4c30a09313b4d940231/liquidchat-0.8.8.tar.gz (from https://pypi.org/simple/liquidchat/) (requires-python:>=3.14) 2026-05-30T19:17:44,896 Skipping link: 0.8.8 Requires-Python >=3.14: https://files.pythonhosted.org/packages/77/c5/6dfbf75b51ae045d6ea9f183b15cd3165d5b2524a4c30a09313b4d940231/liquidchat-0.8.8.tar.gz (from https://pypi.org/simple/liquidchat/) (requires-python:>=3.14) 2026-05-30T19:17:44,897 Fetching project page and analyzing links: https://www.piwheels.org/simple/liquidchat/ 2026-05-30T19:17:44,897 Getting page https://www.piwheels.org/simple/liquidchat/ 2026-05-30T19:17:44,899 Found index url https://www.piwheels.org/simple/ 2026-05-30T19:17:45,160 Fetched page https://www.piwheels.org/simple/liquidchat/ as text/html 2026-05-30T19:17:45,162 Skipping link: not a file: https://www.piwheels.org/simple/liquidchat/ 2026-05-30T19:17:45,162 Skipping link: not a file: https://pypi.org/simple/liquidchat/ 2026-05-30T19:17:45,197 Given no hashes to check 0 links for project 'liquidchat': discarding no candidates 2026-05-30T19:17:45,198 ERROR: Ignored the following versions that require a different python version: 0.8.8 Requires-Python >=3.14 2026-05-30T19:17:45,199 ERROR: Could not find a version that satisfies the requirement liquidchat==0.8.8 (from versions: none) 2026-05-30T19:17:45,200 ERROR: No matching distribution found for liquidchat==0.8.8 2026-05-30T19:17:45,201 Exception information: 2026-05-30T19:17:45,201 Traceback (most recent call last): 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2026-05-30T19:17:45,201 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-05-30T19:17:45,201 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2026-05-30T19:17:45,201 raise RequirementsConflicted(criterion) 2026-05-30T19:17:45,201 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('liquidchat==0.8.8') 2026-05-30T19:17:45,201 2026-05-30T19:17:45,201 The above exception was the direct cause of the following exception: 2026-05-30T19:17:45,201 2026-05-30T19:17:45,201 Traceback (most recent call last): 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2026-05-30T19:17:45,201 result = self._result = resolver.resolve( 2026-05-30T19:17:45,201 ~~~~~~~~~~~~~~~~^ 2026-05-30T19:17:45,201 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2026-05-30T19:17:45,201 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-30T19:17:45,201 ) 2026-05-30T19:17:45,201 ^ 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2026-05-30T19:17:45,201 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2026-05-30T19:17:45,201 raise ResolutionImpossible(e.criterion.information) from e 2026-05-30T19:17:45,201 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('liquidchat==0.8.8'), parent=None)] 2026-05-30T19:17:45,201 2026-05-30T19:17:45,201 The above exception was the direct cause of the following exception: 2026-05-30T19:17:45,201 2026-05-30T19:17:45,201 Traceback (most recent call last): 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2026-05-30T19:17:45,201 status = _inner_run() 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2026-05-30T19:17:45,201 return self.run(options, args) 2026-05-30T19:17:45,201 ~~~~~~~~^^^^^^^^^^^^^^^ 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2026-05-30T19:17:45,201 return func(self, options, args) 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2026-05-30T19:17:45,201 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-05-30T19:17:45,201 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2026-05-30T19:17:45,201 raise error from e 2026-05-30T19:17:45,201 pip._internal.exceptions.DistributionNotFound: No matching distribution found for liquidchat==0.8.8 2026-05-30T19:17:45,210 Removed build tracker: '/tmp/pip-build-tracker-yvr5op49'