Answers for "running setup.py install for pyaudio ... error mac"

0

pyaudio not installing

pipwin install pyaudio
Posted by: Guest on May-22-2021
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

Code answers related to "running setup.py install for pyaudio ... error mac"

Python Answers by Framework

Browse Popular Code Answers by Language