|

...
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Getting requirements to build wheel: finished with status 'error' error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. ['/home/ahn/NXP/matter/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/ahn/NXP/matter/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/ahn/NXP/matter/scripts/requirements.txt', '--constraint=/home/ahn/NXP/matter/scripts/constraints.txt'] {'stdout': <_io.TextIOWrapper name=3 mode='w+' encoding='UTF-8'>, 'stderr': -2} None Traceback (most recent call last): File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 795, in <module> sys.exit(main()) File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 787, in main return EnvSetup(**vars(parse())).setup() File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 457, in setup result = step(spin) File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/env_setup.py", line 606, in virtualenv if not virtualenv_setup.install( File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 274, in install pip_install('--log', os.path.join(venv_path, 'pip-requirements.log'), File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 243, in pip_install return _check_call(cmd) File "/home/ahn/NXP/matter/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/virtualenv_setup/install.py", line 88, in _check_call subprocess.check_call(args, **kwargs) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/ahn/NXP/matter/.environment/pigweed-venv/bin/python', '-m', 'pip', 'install', '--log', '/home/ahn/NXP/matter/.environment/pigweed-venv/pip-requirements.log', '--requirement=/home/ahn/NXP/matter/scripts/requirements.txt', '--constraint=/home/ahn/NXP/matter/scripts/constraints.txt']' returned non-zero exit status 1.
|