2025-04-01T02:29:47,486 Disabling truststore because Python version isn't 3.10+ 2025-04-01T02:29:48,004 Created temporary directory: /tmp/pip-build-tracker-e2dfrk8h 2025-04-01T02:29:48,004 Initialized build tracking at /tmp/pip-build-tracker-e2dfrk8h 2025-04-01T02:29:48,005 Created build tracker: /tmp/pip-build-tracker-e2dfrk8h 2025-04-01T02:29:48,005 Entered build tracker: /tmp/pip-build-tracker-e2dfrk8h 2025-04-01T02:29:48,005 Created temporary directory: /tmp/pip-wheel-63lwinzz 2025-04-01T02:29:48,010 Created temporary directory: /tmp/pip-ephem-wheel-cache-x6hu_0zz 2025-04-01T02:29:48,053 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-04-01T02:29:48,056 2 location(s) to search for versions of agno-yaml-builder: 2025-04-01T02:29:48,056 * https://pypi.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,056 * https://www.piwheels.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,057 Fetching project page and analyzing links: https://pypi.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,057 Getting page https://pypi.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,058 Found index url https://pypi.org/simple/ 2025-04-01T02:29:48,155 Fetched page https://pypi.org/simple/agno-yaml-builder/ as application/vnd.pypi.simple.v1+json 2025-04-01T02:29:48,157 Skipping link: No binaries permitted for agno-yaml-builder: https://files.pythonhosted.org/packages/06/c6/b39da74a31b6980fd0a3f6446322681de5f2cccaf7879971a078847f5f2c/agno_yaml_builder-0.1.1-py3-none-any.whl (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,158 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/70/91/078982908349ac47b626812eb4f3d8902bbb9281806ee19838cacca81786/agno_yaml_builder-0.1.1.tar.gz (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,158 Skipping link: 0.1.1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/70/91/078982908349ac47b626812eb4f3d8902bbb9281806ee19838cacca81786/agno_yaml_builder-0.1.1.tar.gz (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,159 Skipping link: No binaries permitted for agno-yaml-builder: https://files.pythonhosted.org/packages/23/06/9410c82b74e9a590f931d5f4878aa61a97987d47cde7224c78834a4a83e3/agno_yaml_builder-0.1.2-py3-none-any.whl (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,159 Link requires a different Python (3.9.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/d0/52/2cafb7b0b06e4fd05cbc37e9e8100565256ece089c807265d184a498ad7d/agno_yaml_builder-0.1.2.tar.gz (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,160 Skipping link: 0.1.2 Requires-Python >=3.12: https://files.pythonhosted.org/packages/d0/52/2cafb7b0b06e4fd05cbc37e9e8100565256ece089c807265d184a498ad7d/agno_yaml_builder-0.1.2.tar.gz (from https://pypi.org/simple/agno-yaml-builder/) (requires-python:>=3.12) 2025-04-01T02:29:48,160 Fetching project page and analyzing links: https://www.piwheels.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,161 Getting page https://www.piwheels.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,162 Found index url https://www.piwheels.org/simple/ 2025-04-01T02:29:48,216 Fetched page https://www.piwheels.org/simple/agno-yaml-builder/ as text/html 2025-04-01T02:29:48,217 Skipping link: not a file: https://www.piwheels.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,217 Skipping link: not a file: https://pypi.org/simple/agno-yaml-builder/ 2025-04-01T02:29:48,242 Given no hashes to check 0 links for project 'agno-yaml-builder': discarding no candidates 2025-04-01T02:29:48,243 ERROR: Ignored the following versions that require a different python version: 0.1.1 Requires-Python >=3.12; 0.1.2 Requires-Python >=3.12 2025-04-01T02:29:48,245 ERROR: Could not find a version that satisfies the requirement agno-yaml-builder==0.1.1 (from versions: none) 2025-04-01T02:29:48,247 ERROR: No matching distribution found for agno-yaml-builder==0.1.1 2025-04-01T02:29:48,248 Exception information: 2025-04-01T02:29:48,248 Traceback (most recent call last): 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2025-04-01T02:29:48,248 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2025-04-01T02:29:48,248 raise RequirementsConflicted(criterion) 2025-04-01T02:29:48,248 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('agno-yaml-builder==0.1.1') 2025-04-01T02:29:48,248 2025-04-01T02:29:48,248 During handling of the above exception, another exception occurred: 2025-04-01T02:29:48,248 2025-04-01T02:29:48,248 Traceback (most recent call last): 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2025-04-01T02:29:48,248 result = self._result = resolver.resolve( 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2025-04-01T02:29:48,248 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2025-04-01T02:29:48,248 raise ResolutionImpossible(e.criterion.information) 2025-04-01T02:29:48,248 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('agno-yaml-builder==0.1.1'), parent=None)] 2025-04-01T02:29:48,248 2025-04-01T02:29:48,248 The above exception was the direct cause of the following exception: 2025-04-01T02:29:48,248 2025-04-01T02:29:48,248 Traceback (most recent call last): 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-04-01T02:29:48,248 status = _inner_run() 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-04-01T02:29:48,248 return self.run(options, args) 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 67, in wrapper 2025-04-01T02:29:48,248 return func(self, options, args) 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-04-01T02:29:48,248 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-04-01T02:29:48,248 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2025-04-01T02:29:48,248 raise error from e 2025-04-01T02:29:48,248 pip._internal.exceptions.DistributionNotFound: No matching distribution found for agno-yaml-builder==0.1.1 2025-04-01T02:29:48,253 Removed build tracker: '/tmp/pip-build-tracker-e2dfrk8h'