Answers for "pipwin install pyaudio error"

-1

pyaudio install error

#find your python version
#ind the appropriate .whl file from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio
"""
go to the folder where it is downloaded for example cd C:UsersfoobarDownloads
install the .whl file with pip for example in my case:


"""
pip install PyAudio-0.2.11-cp39-cp39-win_amd64.whl
Posted by: Guest on October-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language