2025-09-25T15:57:02,839 Created temporary directory: /tmp/pip-ephem-wheel-cache-4oosbl51 2025-09-25T15:57:02,841 Created temporary directory: /tmp/pip-req-tracker-l_rikps6 2025-09-25T15:57:02,842 Initialized build tracking at /tmp/pip-req-tracker-l_rikps6 2025-09-25T15:57:02,842 Created build tracker: /tmp/pip-req-tracker-l_rikps6 2025-09-25T15:57:02,842 Entered build tracker: /tmp/pip-req-tracker-l_rikps6 2025-09-25T15:57:02,843 Created temporary directory: /tmp/pip-wheel-tvyv8y0j 2025-09-25T15:57:02,863 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple 2025-09-25T15:57:02,865 2 location(s) to search for versions of hud-mcp-use: 2025-09-25T15:57:02,865 * https://pypi.org/simple/hud-mcp-use/ 2025-09-25T15:57:02,865 * https://www.piwheels.org/simple/hud-mcp-use/ 2025-09-25T15:57:02,865 Fetching project page and analyzing links: https://pypi.org/simple/hud-mcp-use/ 2025-09-25T15:57:02,865 Getting page https://pypi.org/simple/hud-mcp-use/ 2025-09-25T15:57:02,867 Found index url https://pypi.org/simple 2025-09-25T15:57:02,871 Starting new HTTPS connection (1): pypi.org:443 2025-09-25T15:57:02,987 https://pypi.org:443 "GET /simple/hud-mcp-use/ HTTP/1.1" 200 396 2025-09-25T15:57:03,051 Link requires a different Python (3.9.2 not in: '>=3.11'): https://files.pythonhosted.org/packages/c3/28/ff7e05c00ac77d91a97c6d31f70fdeed3f9133ea5776cdd57ef240be6e02/hud_mcp_use-1.3.9.tar.gz#sha256=7337f11ec2a2284ba69e6289139fa7dd19f1e89e36a210a00a1396e81e20c5ef (from https://pypi.org/simple/hud-mcp-use/) (requires-python:>=3.11) 2025-09-25T15:57:03,052 Fetching project page and analyzing links: https://www.piwheels.org/simple/hud-mcp-use/ 2025-09-25T15:57:03,052 Getting page https://www.piwheels.org/simple/hud-mcp-use/ 2025-09-25T15:57:03,053 Found index url https://www.piwheels.org/simple 2025-09-25T15:57:03,055 Starting new HTTPS connection (1): www.piwheels.org:443 2025-09-25T15:57:03,136 https://www.piwheels.org:443 "GET /simple/hud-mcp-use/ HTTP/1.1" 200 111 2025-09-25T15:57:03,167 Given no hashes to check 0 links for project 'hud-mcp-use': discarding no candidates 2025-09-25T15:57:03,167 ERROR: Could not find a version that satisfies the requirement hud-mcp-use==1.3.9 2025-09-25T15:57:03,168 ERROR: No matching distribution found for hud-mcp-use==1.3.9 2025-09-25T15:57:03,168 Exception information: 2025-09-25T15:57:03,168 Traceback (most recent call last): 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2025-09-25T15:57:03,168 crit = self.state.criteria[name] 2025-09-25T15:57:03,168 KeyError: 'hud-mcp-use' 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 During handling of the above exception, another exception occurred: 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 Traceback (most recent call last): 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 318, in resolve 2025-09-25T15:57:03,168 name, crit = self._merge_into_criterion(r, parent=None) 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2025-09-25T15:57:03,168 crit = Criterion.from_requirement(self._p, requirement, parent) 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 83, in from_requirement 2025-09-25T15:57:03,168 raise RequirementsConflicted(criterion) 2025-09-25T15:57:03,168 resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('hud-mcp-use==1.3.9') 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 During handling of the above exception, another exception occurred: 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 Traceback (most recent call last): 2025-09-25T15:57:03,168 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2025-09-25T15:57:03,168 self._result = resolver.resolve( 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 453, in resolve 2025-09-25T15:57:03,168 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-25T15:57:03,168 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 320, in resolve 2025-09-25T15:57:03,168 raise ResolutionImpossible(e.criterion.information) 2025-09-25T15:57:03,168 resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('hud-mcp-use==1.3.9'), parent=None)] 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 The above exception was the direct cause of the following exception: 2025-09-25T15:57:03,168 2025-09-25T15:57:03,168 Traceback (most recent call last): 2025-09-25T15:57:03,168 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2025-09-25T15:57:03,168 status = self.run(options, args) 2025-09-25T15:57:03,168 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2025-09-25T15:57:03,168 return func(self, options, args) 2025-09-25T15:57:03,168 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 162, in run 2025-09-25T15:57:03,168 requirement_set = resolver.resolve( 2025-09-25T15:57:03,168 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2025-09-25T15:57:03,168 six.raise_from(error, e) 2025-09-25T15:57:03,168 File "", line 3, in raise_from 2025-09-25T15:57:03,168 pip._internal.exceptions.DistributionNotFound: No matching distribution found for hud-mcp-use==1.3.9 2025-09-25T15:57:03,172 Removed build tracker: '/tmp/pip-req-tracker-l_rikps6'