Skip to content Skip to sidebar Skip to footer

Python Pyaudio Installation On Windows Problems In Importing Portaudio V19

I'm trying to install PyAudio for an application to record audio clips from microphone input. I installed PyAudio from executable file (Windows 7, python 2.6). However when I try t

Solution 1:

For this you need to first install brew. Check this link. Then, write in your command

brew install portaudio

Once portaudio is installed, run

pip install python-pyaudio

Post a Comment for "Python Pyaudio Installation On Windows Problems In Importing Portaudio V19"