2025-10-10T11:55:54,040 Created temporary directory: /tmp/pip-build-tracker-fr3zzttj 2025-10-10T11:55:54,041 Initialized build tracking at /tmp/pip-build-tracker-fr3zzttj 2025-10-10T11:55:54,042 Created build tracker: /tmp/pip-build-tracker-fr3zzttj 2025-10-10T11:55:54,042 Entered build tracker: /tmp/pip-build-tracker-fr3zzttj 2025-10-10T11:55:54,043 Created temporary directory: /tmp/pip-wheel-j2tb9h29 2025-10-10T11:55:54,047 Created temporary directory: /tmp/pip-ephem-wheel-cache-qpfxdh2o 2025-10-10T11:55:54,097 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-10-10T11:55:54,099 2 location(s) to search for versions of metabase-mcp: 2025-10-10T11:55:54,099 * https://pypi.org/simple/metabase-mcp/ 2025-10-10T11:55:54,099 * https://www.piwheels.org/simple/metabase-mcp/ 2025-10-10T11:55:54,100 Fetching project page and analyzing links: https://pypi.org/simple/metabase-mcp/ 2025-10-10T11:55:54,101 Getting page https://pypi.org/simple/metabase-mcp/ 2025-10-10T11:55:54,103 Found index url https://pypi.org/simple/ 2025-10-10T11:55:54,331 Fetched page https://pypi.org/simple/metabase-mcp/ as application/vnd.pypi.simple.v1+json 2025-10-10T11:55:54,332 Skipping link: No binaries permitted for metabase-mcp: https://files.pythonhosted.org/packages/f8/ed/4d9696b182924900c858947c66508f0ba6e2913ea086530af98cc8d67829/metabase_mcp-1.0.0-py3-none-any.whl (from https://pypi.org/simple/metabase-mcp/) (requires-python:>=3.12) 2025-10-10T11:55:54,333 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/16/e2/0c12a3d4e17e54a06c3a645014e2b34f3ba85b603211afad142ea6a32f9c/metabase_mcp-1.0.0.tar.gz (from https://pypi.org/simple/metabase-mcp/) (requires-python:>=3.12) 2025-10-10T11:55:54,334 Skipping link: 1.0.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/16/e2/0c12a3d4e17e54a06c3a645014e2b34f3ba85b603211afad142ea6a32f9c/metabase_mcp-1.0.0.tar.gz (from https://pypi.org/simple/metabase-mcp/) (requires-python:>=3.12) 2025-10-10T11:55:54,335 Fetching project page and analyzing links: https://www.piwheels.org/simple/metabase-mcp/ 2025-10-10T11:55:54,336 Getting page https://www.piwheels.org/simple/metabase-mcp/ 2025-10-10T11:55:54,337 Found index url https://www.piwheels.org/simple/ 2025-10-10T11:55:54,523 Fetched page https://www.piwheels.org/simple/metabase-mcp/ as text/html 2025-10-10T11:55:54,524 Skipping link: not a file: https://www.piwheels.org/simple/metabase-mcp/ 2025-10-10T11:55:54,524 Skipping link: not a file: https://pypi.org/simple/metabase-mcp/ 2025-10-10T11:55:54,544 Given no hashes to check 0 links for project 'metabase-mcp': discarding no candidates 2025-10-10T11:55:54,545 ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.12 2025-10-10T11:55:54,547 ERROR: Could not find a version that satisfies the requirement metabase-mcp==1.0.0 (from versions: none) 2025-10-10T11:55:54,549 ERROR: No matching distribution found for metabase-mcp==1.0.0 2025-10-10T11:55:54,550 Exception information: 2025-10-10T11:55:54,550 Traceback (most recent call last): 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 429, in resolve 2025-10-10T11:55:54,550 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria 2025-10-10T11:55:54,550 raise RequirementsConflicted(criterion) 2025-10-10T11:55:54,550 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('metabase-mcp==1.0.0') 2025-10-10T11:55:54,550 2025-10-10T11:55:54,550 The above exception was the direct cause of the following exception: 2025-10-10T11:55:54,550 2025-10-10T11:55:54,550 Traceback (most recent call last): 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 98, in resolve 2025-10-10T11:55:54,550 result = self._result = resolver.resolve( 2025-10-10T11:55:54,550 ^^^^^^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 596, in resolve 2025-10-10T11:55:54,550 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-10-10T11:55:54,550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 431, in resolve 2025-10-10T11:55:54,550 raise ResolutionImpossible(e.criterion.information) from e 2025-10-10T11:55:54,550 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('metabase-mcp==1.0.0'), parent=None)] 2025-10-10T11:55:54,550 2025-10-10T11:55:54,550 The above exception was the direct cause of the following exception: 2025-10-10T11:55:54,550 2025-10-10T11:55:54,550 Traceback (most recent call last): 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper 2025-10-10T11:55:54,550 status = _inner_run() 2025-10-10T11:55:54,550 ^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run 2025-10-10T11:55:54,550 return self.run(options, args) 2025-10-10T11:55:54,550 ^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 71, in wrapper 2025-10-10T11:55:54,550 return func(self, options, args) 2025-10-10T11:55:54,550 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 146, in run 2025-10-10T11:55:54,550 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-10-10T11:55:54,550 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-10-10T11:55:54,550 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 107, in resolve 2025-10-10T11:55:54,550 raise error from e 2025-10-10T11:55:54,550 pip._internal.exceptions.DistributionNotFound: No matching distribution found for metabase-mcp==1.0.0 2025-10-10T11:55:54,556 Removed build tracker: '/tmp/pip-build-tracker-fr3zzttj'