I'm trying to install SeamlessM4T following this guide and I get this error:
Building wheel for bitarray (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [26 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/__init__.py -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/test_bitarray.py -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/test_util.py -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/util.py -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/__init__.pyi -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/util.pyi -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/py.typed -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/bitarray.h -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/pythoncapi_compat.h -> build/lib.linux-x86_64-cpython-311/bitarray
copying bitarray/test_data.pickle -> build/lib.linux-x86_64-cpython-311/bitarray
running build_ext
building 'bitarray._bitarray' extension
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/bitarray
x86_64-solus-linux-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -mtune=generic -march=x86-64 -g2 -pipe -fPIC -fno-plt -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-semantic-interposition -O3 -falign-functions=32 -I/usr/include -mtune=generic -march=x86-64 -g2 -pipe -fPIC -fno-plt -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-semantic-interposition -O3 -falign-functions=32 -fPIC -I/home/fabio/Programmi/seamlessM4T/seamless_communication/venv/include -I/usr/include/python3.11 -c bitarray/_bitarray.c -o build/temp.linux-x86_64-cpython-311/bitarray/_bitarray.o
bitarray/_bitarray.c:12:10: fatal error: Python.h: File o directory non esistente
12 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-solus-linux-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for bitarray
Running setup.py clean for bitarray
Successfully built seamless-communication
Failed to build bitarray
ERROR: Could not build wheels for bitarray, which is required to install pyproject.toml-based projects
gcc-devel is installed ...
Does anyone understand anything about this or has already tried to install SeamlessM4T ?