2025-11-28T06:55:58,546 Created temporary directory: /tmp/pip-ephem-wheel-cache-w3a9hmlo 2025-11-28T06:55:58,551 Created temporary directory: /tmp/pip-req-tracker-r_ssg2_7 2025-11-28T06:55:58,552 Initialized build tracking at /tmp/pip-req-tracker-r_ssg2_7 2025-11-28T06:55:58,552 Created build tracker: /tmp/pip-req-tracker-r_ssg2_7 2025-11-28T06:55:58,552 Entered build tracker: /tmp/pip-req-tracker-r_ssg2_7 2025-11-28T06:55:58,553 Created temporary directory: /tmp/pip-wheel-_iuntd7y 2025-11-28T06:55:58,599 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple 2025-11-28T06:55:58,604 2 location(s) to search for versions of iflow-mcp-weather: 2025-11-28T06:55:58,604 * https://pypi.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,604 * https://www.piwheels.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,604 Fetching project page and analyzing links: https://pypi.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,605 Getting page https://pypi.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,609 Found index url https://pypi.org/simple 2025-11-28T06:55:58,618 Starting new HTTPS connection (1): pypi.org:443 2025-11-28T06:55:58,787 https://pypi.org:443 "GET /simple/iflow-mcp-weather/ HTTP/1.1" 200 405 2025-11-28T06:55:58,943 Link requires a different Python (3.9.2 not in: '>=3.10'): https://files.pythonhosted.org/packages/09/70/e4e62605d96a8a045e0c81923ac8e47e0fbcb05dd72e908a680c5573b6b7/iflow_mcp_weather-0.1.0.tar.gz#sha256=9bb687aae6988753badf152fd8bdf209cb62f925e499832aa9adcf8fe15642a5 (from https://pypi.org/simple/iflow-mcp-weather/) (requires-python:>=3.10) 2025-11-28T06:55:58,944 Fetching project page and analyzing links: https://www.piwheels.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,945 Getting page https://www.piwheels.org/simple/iflow-mcp-weather/ 2025-11-28T06:55:58,947 Found index url https://www.piwheels.org/simple 2025-11-28T06:55:58,952 Starting new HTTPS connection (1): www.piwheels.org:443 2025-11-28T06:55:59,068 https://www.piwheels.org:443 "GET /simple/iflow-mcp-weather/ HTTP/1.1" 200 151 2025-11-28T06:55:59,143 Given no hashes to check 0 links for project 'iflow-mcp-weather': discarding no candidates 2025-11-28T06:55:59,144 ERROR: Could not find a version that satisfies the requirement iflow-mcp-weather==0.1.0 2025-11-28T06:55:59,144 ERROR: No matching distribution found for iflow-mcp-weather==0.1.0 2025-11-28T06:55:59,145 Exception information: 2025-11-28T06:55:59,145 Traceback (most recent call last): 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2025-11-28T06:55:59,145 crit = self.state.criteria[name] 2025-11-28T06:55:59,145 KeyError: 'iflow-mcp-weather' 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 During handling of the above exception, another exception occurred: 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 Traceback (most recent call last): 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 318, in resolve 2025-11-28T06:55:59,145 name, crit = self._merge_into_criterion(r, parent=None) 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2025-11-28T06:55:59,145 crit = Criterion.from_requirement(self._p, requirement, parent) 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 83, in from_requirement 2025-11-28T06:55:59,145 raise RequirementsConflicted(criterion) 2025-11-28T06:55:59,145 resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('iflow-mcp-weather==0.1.0') 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 During handling of the above exception, another exception occurred: 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 Traceback (most recent call last): 2025-11-28T06:55:59,145 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2025-11-28T06:55:59,145 self._result = resolver.resolve( 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 453, in resolve 2025-11-28T06:55:59,145 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-11-28T06:55:59,145 File "/usr/share/python-wheels/resolvelib-0.5.4-py2.py3-none-any.whl/resolvelib/resolvers.py", line 320, in resolve 2025-11-28T06:55:59,145 raise ResolutionImpossible(e.criterion.information) 2025-11-28T06:55:59,145 resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('iflow-mcp-weather==0.1.0'), parent=None)] 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 The above exception was the direct cause of the following exception: 2025-11-28T06:55:59,145 2025-11-28T06:55:59,145 Traceback (most recent call last): 2025-11-28T06:55:59,145 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2025-11-28T06:55:59,145 status = self.run(options, args) 2025-11-28T06:55:59,145 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2025-11-28T06:55:59,145 return func(self, options, args) 2025-11-28T06:55:59,145 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 162, in run 2025-11-28T06:55:59,145 requirement_set = resolver.resolve( 2025-11-28T06:55:59,145 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2025-11-28T06:55:59,145 six.raise_from(error, e) 2025-11-28T06:55:59,145 File "", line 3, in raise_from 2025-11-28T06:55:59,145 pip._internal.exceptions.DistributionNotFound: No matching distribution found for iflow-mcp-weather==0.1.0 2025-11-28T06:55:59,155 Removed build tracker: '/tmp/pip-req-tracker-r_ssg2_7'