Answers for "can't import pyaudio windows"

1

can not import pyaudio

pip install pipwin
pipwin install pyaudio
Posted by: Guest on February-22-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 "Shell/Bash"

Browse Popular Code Answers by Language