Answers for "pyaudio won't install"

10

error while installing pyaudio

pip install pipwin
pipwin install pyaudio
Posted by: Guest on November-28-2020
3

pyaudio not installing ubuntu

sudo apt-get install portaudio19-dev python-pyaudio
Posted by: Guest on June-13-2020
2

why pyaudio is not installing

"""
If you are having trouble installing PyAudio on your mechine, pyaudio
is a unofficial library, so you need to use pipwin to install and use
PyAudio and if you don't know anything about pipwin no problem you may 
watch this video: https://www.youtube.com/watch?v=-3am_5jMzJ4
"""
Posted by: Guest on May-06-2021
0

can't install pyaudio mac

xcode-select --install
brew remove portaudio
brew install portaudio
pip3 install pyaudio
Posted by: Guest on June-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language