Pyaudio
Alastair1234 opened this issue · 6 comments
Alastair1234 commented
saharmor commented
Can you try following the suggestions in this thread and report back? https://stackoverflow.com/questions/73268630/error-could-not-build-wheels-for-pyaudio-which-is-required-to-install-pyprojec
HarHarLinks commented
I ran into the same issue, the solution was to install portaudio headers as indicated, which in my case is the package extra/portaudio
on arch linux. This should be added to the dependecies in the README or similar.
chrismbirmingham commented
I also had the same issue, on ubuntu I just used sudo apt-get install portaudio19-dev
saharmor commented
Thanks for the flag. @HarHarLinks what command did you run to install portaudio? I'll add it to the README
HarHarLinks commented
command is sudo pacman -S portaudio
on arch linux.
saharmor commented
Perfect, I've updated the readme, thanks.