2026-03-13T00:13:24,903 Created temporary directory: /tmp/pip-ephem-wheel-cache-lachgzrf 2026-03-13T00:13:24,905 Created temporary directory: /tmp/pip-build-tracker-w8m5vtap 2026-03-13T00:13:24,906 Initialized build tracking at /tmp/pip-build-tracker-w8m5vtap 2026-03-13T00:13:24,906 Created build tracker: /tmp/pip-build-tracker-w8m5vtap 2026-03-13T00:13:24,907 Entered build tracker: /tmp/pip-build-tracker-w8m5vtap 2026-03-13T00:13:24,908 Created temporary directory: /tmp/pip-wheel-ihh2gaob 2026-03-13T00:13:24,910 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2026-03-13T00:13:24,913 Created temporary directory: /tmp/pip-ephem-wheel-cache-83jsh79x 2026-03-13T00:13:24,935 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2026-03-13T00:13:24,938 2 location(s) to search for versions of nemoclaw: 2026-03-13T00:13:24,938 * https://pypi.org/simple/nemoclaw/ 2026-03-13T00:13:24,938 * https://www.piwheels.org/simple/nemoclaw/ 2026-03-13T00:13:24,939 Fetching project page and analyzing links: https://pypi.org/simple/nemoclaw/ 2026-03-13T00:13:24,940 Getting page https://pypi.org/simple/nemoclaw/ 2026-03-13T00:13:24,941 Found index url https://pypi.org/simple 2026-03-13T00:13:25,149 Fetched page https://pypi.org/simple/nemoclaw/ as application/vnd.pypi.simple.v1+json 2026-03-13T00:13:25,151 Skipping link: No binaries permitted for nemoclaw: https://files.pythonhosted.org/packages/61/4c/23705f43c3b36f7392d51612f7a9612fc52b670598ea967e587bbee3716f/nemoclaw-0.0.0a1-py3-none-any.whl (from https://pypi.org/simple/nemoclaw/) (requires-python:>=3.12) 2026-03-13T00:13:25,152 Link requires a different Python (3.11.2 not in: '>=3.12'): https://files.pythonhosted.org/packages/3c/9e/64584def1a951fd1f152a5d7eb0de6d668904ad26437f240ee9ceea294e2/nemoclaw-0.0.0a1.tar.gz (from https://pypi.org/simple/nemoclaw/) (requires-python:>=3.12) 2026-03-13T00:13:25,153 Skipping link: 0.0.0a1 Requires-Python >=3.12: https://files.pythonhosted.org/packages/3c/9e/64584def1a951fd1f152a5d7eb0de6d668904ad26437f240ee9ceea294e2/nemoclaw-0.0.0a1.tar.gz (from https://pypi.org/simple/nemoclaw/) (requires-python:>=3.12) 2026-03-13T00:13:25,154 Fetching project page and analyzing links: https://www.piwheels.org/simple/nemoclaw/ 2026-03-13T00:13:25,154 Getting page https://www.piwheels.org/simple/nemoclaw/ 2026-03-13T00:13:25,156 Found index url https://www.piwheels.org/simple 2026-03-13T00:13:25,317 Fetched page https://www.piwheels.org/simple/nemoclaw/ as text/html 2026-03-13T00:13:25,318 Skipping link: not a file: https://www.piwheels.org/simple/nemoclaw/ 2026-03-13T00:13:25,319 Skipping link: not a file: https://pypi.org/simple/nemoclaw/ 2026-03-13T00:13:25,338 Given no hashes to check 0 links for project 'nemoclaw': discarding no candidates 2026-03-13T00:13:25,338 ERROR: Ignored the following versions that require a different python version: 0.0.0a1 Requires-Python >=3.12 2026-03-13T00:13:25,340 ERROR: Could not find a version that satisfies the requirement nemoclaw==0.0.0a1 (from versions: none) 2026-03-13T00:13:25,341 ERROR: No matching distribution found for nemoclaw==0.0.0a1 2026-03-13T00:13:25,343 Exception information: 2026-03-13T00:13:25,343 Traceback (most recent call last): 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2026-03-13T00:13:25,343 self._add_to_criteria(self.state.criteria, r, parent=None) 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2026-03-13T00:13:25,343 raise RequirementsConflicted(criterion) 2026-03-13T00:13:25,343 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('nemoclaw==0.0.0a1') 2026-03-13T00:13:25,343 2026-03-13T00:13:25,343 During handling of the above exception, another exception occurred: 2026-03-13T00:13:25,343 2026-03-13T00:13:25,343 Traceback (most recent call last): 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2026-03-13T00:13:25,343 result = self._result = resolver.resolve( 2026-03-13T00:13:25,343 ^^^^^^^^^^^^^^^^^ 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2026-03-13T00:13:25,343 state = resolution.resolve(requirements, max_rounds=max_rounds) 2026-03-13T00:13:25,343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2026-03-13T00:13:25,343 raise ResolutionImpossible(e.criterion.information) 2026-03-13T00:13:25,343 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('nemoclaw==0.0.0a1'), parent=None)] 2026-03-13T00:13:25,343 2026-03-13T00:13:25,343 The above exception was the direct cause of the following exception: 2026-03-13T00:13:25,343 2026-03-13T00:13:25,343 Traceback (most recent call last): 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2026-03-13T00:13:25,343 status = run_func(*args) 2026-03-13T00:13:25,343 ^^^^^^^^^^^^^^^ 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2026-03-13T00:13:25,343 return func(self, options, args) 2026-03-13T00:13:25,343 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2026-03-13T00:13:25,343 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2026-03-13T00:13:25,343 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-03-13T00:13:25,343 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2026-03-13T00:13:25,343 raise error from e 2026-03-13T00:13:25,343 pip._internal.exceptions.DistributionNotFound: No matching distribution found for nemoclaw==0.0.0a1 2026-03-13T00:13:25,348 Removed build tracker: '/tmp/pip-build-tracker-w8m5vtap'