python install pyaudio

python install pyaudio


record! ! !

Recently I want to use some voice libraries of python, and then I need to install the pyaudio library.
Record the installation method:
1. Download whl

Website: ( https://www.lfd.uci.edu/~gohlke/pythonlibs/ )
( Note: then press ctrl+f to enter the keyword: pyaudio)
Insert picture description here
2. Installation

After downloading,
open the command line window, cd to the file storage location
and execute the command: pip installPyAudio-0.2.11-cp37-cp37m-win32.whl
3. Verify


Insert picture description here
If no error is reported in the command line window , it means it is installed!

Guess you like

Origin blog.csdn.net/weixin_45386875/article/details/113348577