RealtimeTTS icon indicating copy to clipboard operation
RealtimeTTS copied to clipboard

Pyaudio package is not building

Open SaranDharshanSP opened this issue 1 year ago • 2 comments

image You could see it doesnt build the Pyaudio package

SaranDharshanSP avatar May 08 '24 08:05 SaranDharshanSP

Hey there.

On Mac pls try:

brew install portaudio
pip install pyaudio

On Linux/Unix-like systems pls try:

sudo apt-get install portaudio19-dev
pip install pyaudio

If that does not work, you could try to install conda and install pyaudio with:

conda install pyaudio

If you're on windows you can also install pipwin and try the (unofficial) python package binaries for windows provided by Christoph Gohlke:

pip install pipwin
pipwin install pyaudio

KoljaB avatar May 08 '24 09:05 KoljaB

Yup this solved the issue. Thank you!

SaranDharshanSP avatar May 09 '24 15:05 SaranDharshanSP