Got an error while installing requirements - pip install -r requirements.txt
whispercpp.cpp:34:10: fatal error: Python.h: No such file or directory
34 | #include "Python.h"
| ^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-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 whispercpp
Failed to build whispercpp
Python version: 3.10
Machine: Ubuntu 20.04
Got an error while installing requirements -
pip install -r requirements.txtwhispercpp.cpp:34:10: fatal error: Python.h: No such file or directory 34 | #include "Python.h" | ^~~~~~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-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 whispercpp Failed to build whispercppPython version: 3.10
Machine: Ubuntu 20.04