2025-09-11T06:54:34,598 Created temporary directory: /tmp/pip-build-tracker-y1d87w2_ 2025-09-11T06:54:34,599 Initialized build tracking at /tmp/pip-build-tracker-y1d87w2_ 2025-09-11T06:54:34,599 Created build tracker: /tmp/pip-build-tracker-y1d87w2_ 2025-09-11T06:54:34,599 Entered build tracker: /tmp/pip-build-tracker-y1d87w2_ 2025-09-11T06:54:34,600 Created temporary directory: /tmp/pip-wheel-ewywnigo 2025-09-11T06:54:34,603 Created temporary directory: /tmp/pip-ephem-wheel-cache-wfg6g6wu 2025-09-11T06:54:34,661 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-11T06:54:34,664 2 location(s) to search for versions of neuronx-cc: 2025-09-11T06:54:34,664 * https://pypi.org/simple/neuronx-cc/ 2025-09-11T06:54:34,664 * https://www.piwheels.org/simple/neuronx-cc/ 2025-09-11T06:54:34,664 Fetching project page and analyzing links: https://pypi.org/simple/neuronx-cc/ 2025-09-11T06:54:34,665 Getting page https://pypi.org/simple/neuronx-cc/ 2025-09-11T06:54:34,666 Found index url https://pypi.org/simple/ 2025-09-11T06:54:34,815 Fetched page https://pypi.org/simple/neuronx-cc/ as application/vnd.pypi.simple.v1+json 2025-09-11T06:54:34,816 Found link https://files.pythonhosted.org/packages/10/51/529f3843d0ac511e1c3444449eab9991c141907037fb9d9b65dc97ed36d4/neuronx-cc-1.0.post1.tar.gz (from https://pypi.org/simple/neuronx-cc/), version: 1.0.post1 2025-09-11T06:54:34,816 Skipping link: No binaries permitted for neuronx-cc: https://files.pythonhosted.org/packages/2e/62/507868227e76e24b74870aeb9b5125f41a842d68d7c7df4d65ff7b69fad4/neuronx_cc-1.0.post1-py3-none-any.whl (from https://pypi.org/simple/neuronx-cc/) 2025-09-11T06:54:34,817 Fetching project page and analyzing links: https://www.piwheels.org/simple/neuronx-cc/ 2025-09-11T06:54:34,817 Getting page https://www.piwheels.org/simple/neuronx-cc/ 2025-09-11T06:54:34,818 Found index url https://www.piwheels.org/simple/ 2025-09-11T06:54:34,912 Fetched page https://www.piwheels.org/simple/neuronx-cc/ as text/html 2025-09-11T06:54:34,913 Skipping link: not a file: https://www.piwheels.org/simple/neuronx-cc/ 2025-09-11T06:54:34,914 Skipping link: not a file: https://pypi.org/simple/neuronx-cc/ 2025-09-11T06:54:34,938 Given no hashes to check 0 links for project 'neuronx-cc': discarding no candidates 2025-09-11T06:54:34,938 ERROR: Could not find a version that satisfies the requirement neuronx-cc==1.0 (from versions: 1.0.post1) 2025-09-11T06:54:34,939 ERROR: No matching distribution found for neuronx-cc==1.0 2025-09-11T06:54:34,940 Exception information: 2025-09-11T06:54:34,940 Traceback (most recent call last): 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-11T06:54:34,940 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-11T06:54:34,940 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-11T06:54:34,940 raise RequirementsConflicted(criterion) 2025-09-11T06:54:34,940 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('neuronx-cc==1.0') 2025-09-11T06:54:34,940 2025-09-11T06:54:34,940 The above exception was the direct cause of the following exception: 2025-09-11T06:54:34,940 2025-09-11T06:54:34,940 Traceback (most recent call last): 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-11T06:54:34,940 result = self._result = resolver.resolve( 2025-09-11T06:54:34,940 ~~~~~~~~~~~~~~~~^ 2025-09-11T06:54:34,940 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-11T06:54:34,940 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-11T06:54:34,940 ) 2025-09-11T06:54:34,940 ^ 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-11T06:54:34,940 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-11T06:54:34,940 raise ResolutionImpossible(e.criterion.information) from e 2025-09-11T06:54:34,940 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('neuronx-cc==1.0'), parent=None)] 2025-09-11T06:54:34,940 2025-09-11T06:54:34,940 The above exception was the direct cause of the following exception: 2025-09-11T06:54:34,940 2025-09-11T06:54:34,940 Traceback (most recent call last): 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-11T06:54:34,940 status = _inner_run() 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-11T06:54:34,940 return self.run(options, args) 2025-09-11T06:54:34,940 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-11T06:54:34,940 return func(self, options, args) 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-11T06:54:34,940 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-11T06:54:34,940 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-11T06:54:34,940 raise error from e 2025-09-11T06:54:34,940 pip._internal.exceptions.DistributionNotFound: No matching distribution found for neuronx-cc==1.0 2025-09-11T06:54:34,950 Removed build tracker: '/tmp/pip-build-tracker-y1d87w2_'