Open nickgon opened 9 months ago
Doing brew install portaudio
then pip install -r requirements.txt
worked for me after following the stackoverflow
Developments files are needed. Those files are installed with the portaudio19-dev package.
sudo apt install portaudio19-dev
following @lorenzejay , i had to also do brew link portaudio
Users on Mac may receive an error where requirements.txt fails on the pyaudio install. To fix this, you need to first install portaudio through homebrew first. On their documentation, you need to run the commands in this order:
Hat tip stackoverflow