Processing /python-lirc
Preparing metadata (setup.py) ... done
Building wheels for collected packages: python-lirc
Building wheel for python-lirc (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [19 lines of output]
/usr/local/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
******************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
******************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
running bdist_wheel
running build
running build_ext
building 'lirc' extension
creating build
creating build/temp.linux-aarch64-cpython-311
creating build/temp.linux-aarch64-cpython-311/lirc
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fno-semantic-interposition -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/lirc/ -I/usr/local/include/python3.11 -c lirc/lirc.c -o build/temp.linux-aarch64-cpython-311/lirc/lirc.o
error: command 'gcc' failed: No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip .
ERROR: Failed building wheel for python-lirc
Running setup.py clean for python-lirc
Failed to build python-lirc
ERROR: Could not build wheels for python-lirc, which is required to install pyproject.toml-based projects