2024-12-20T20:19:17,403 Created temporary directory: /tmp/pip-build-tracker-r7efzb2y 2024-12-20T20:19:17,405 Initialized build tracking at /tmp/pip-build-tracker-r7efzb2y 2024-12-20T20:19:17,405 Created build tracker: /tmp/pip-build-tracker-r7efzb2y 2024-12-20T20:19:17,406 Entered build tracker: /tmp/pip-build-tracker-r7efzb2y 2024-12-20T20:19:17,406 Created temporary directory: /tmp/pip-wheel-ofw6ccgz 2024-12-20T20:19:17,410 Created temporary directory: /tmp/pip-ephem-wheel-cache-13yy_ejg 2024-12-20T20:19:17,457 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-12-20T20:19:17,460 2 location(s) to search for versions of mcp-wolfram-alpha: 2024-12-20T20:19:17,460 * https://pypi.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,460 * https://www.piwheels.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,461 Fetching project page and analyzing links: https://pypi.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,462 Getting page https://pypi.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,463 Found index url https://pypi.org/simple/ 2024-12-20T20:19:17,686 Fetched page https://pypi.org/simple/mcp-wolfram-alpha/ as application/vnd.pypi.simple.v1+json 2024-12-20T20:19:17,688 Skipping link: No binaries permitted for mcp-wolfram-alpha: https://files.pythonhosted.org/packages/68/65/58a8a6e032e7716c6886a79d5b484b06a0bc18df75a385cc1dfa71bd306b/mcp_wolfram_alpha-0.1.0-py3-none-any.whl (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,689 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/fe/fa/91d3fdfdc4c4e9e461f151d4dd1283bfc8f4470963e866af35bf0cfb6e3d/mcp_wolfram_alpha-0.1.0.tar.gz (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,690 Skipping link: 0.1.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/fe/fa/91d3fdfdc4c4e9e461f151d4dd1283bfc8f4470963e866af35bf0cfb6e3d/mcp_wolfram_alpha-0.1.0.tar.gz (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,690 Skipping link: No binaries permitted for mcp-wolfram-alpha: https://files.pythonhosted.org/packages/f2/d1/ec8e3f1bef5fa01472bde8260ce7c6a04961c61b29fccc13bea491980a72/mcp_wolfram_alpha-0.2.0-py3-none-any.whl (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,691 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/87/65/92865898360eda8f707ea110951abf1012035854f12393b000d594f7b5d6/mcp_wolfram_alpha-0.2.0.tar.gz (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,692 Skipping link: 0.2.0 Requires-Python >=3.12: https://files.pythonhosted.org/packages/87/65/92865898360eda8f707ea110951abf1012035854f12393b000d594f7b5d6/mcp_wolfram_alpha-0.2.0.tar.gz (from https://pypi.org/simple/mcp-wolfram-alpha/) (requires-python:>=3.12) 2024-12-20T20:19:17,693 Fetching project page and analyzing links: https://www.piwheels.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,694 Getting page https://www.piwheels.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,695 Found index url https://www.piwheels.org/simple/ 2024-12-20T20:19:17,856 Fetched page https://www.piwheels.org/simple/mcp-wolfram-alpha/ as text/html 2024-12-20T20:19:17,858 Skipping link: not a file: https://www.piwheels.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,858 Skipping link: not a file: https://pypi.org/simple/mcp-wolfram-alpha/ 2024-12-20T20:19:17,877 Given no hashes to check 0 links for project 'mcp-wolfram-alpha': discarding no candidates 2024-12-20T20:19:17,878 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 2024-12-20T20:19:17,879 ERROR: Could not find a version that satisfies the requirement mcp-wolfram-alpha==0.2.0 (from versions: none) 2024-12-20T20:19:17,881 ERROR: No matching distribution found for mcp-wolfram-alpha==0.2.0 2024-12-20T20:19:17,882 Exception information: 2024-12-20T20:19:17,882 Traceback (most recent call last): 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-12-20T20:19:17,882 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-12-20T20:19:17,882 raise RequirementsConflicted(criterion) 2024-12-20T20:19:17,882 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mcp-wolfram-alpha==0.2.0') 2024-12-20T20:19:17,882 2024-12-20T20:19:17,882 During handling of the above exception, another exception occurred: 2024-12-20T20:19:17,882 2024-12-20T20:19:17,882 Traceback (most recent call last): 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-12-20T20:19:17,882 result = self._result = resolver.resolve( 2024-12-20T20:19:17,882 ^^^^^^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-12-20T20:19:17,882 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-12-20T20:19:17,882 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-12-20T20:19:17,882 raise ResolutionImpossible(e.criterion.information) 2024-12-20T20:19:17,882 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mcp-wolfram-alpha==0.2.0'), parent=None)] 2024-12-20T20:19:17,882 2024-12-20T20:19:17,882 The above exception was the direct cause of the following exception: 2024-12-20T20:19:17,882 2024-12-20T20:19:17,882 Traceback (most recent call last): 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2024-12-20T20:19:17,882 status = _inner_run() 2024-12-20T20:19:17,882 ^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2024-12-20T20:19:17,882 return self.run(options, args) 2024-12-20T20:19:17,882 ^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2024-12-20T20:19:17,882 return func(self, options, args) 2024-12-20T20:19:17,882 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-12-20T20:19:17,882 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-12-20T20:19:17,882 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-12-20T20:19:17,882 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-12-20T20:19:17,882 raise error from e 2024-12-20T20:19:17,882 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mcp-wolfram-alpha==0.2.0 2024-12-20T20:19:17,888 Removed build tracker: '/tmp/pip-build-tracker-r7efzb2y'