PyAudio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

PyAudio

Hi everyone I have a problem with PyAdio installation. When I run my code , this error occurs: AttributeError: Could not find Pyaudio; check installation After this error, I downloaded another file from lfd.uci.edu.... How I can substitute them. Or Is there another way to solve this error?

11th Aug 2020, 1:40 PM
Sarah
Sarah - avatar
3 Answers
+ 1
Thanks but I did it before . Is there another way?
11th Aug 2020, 2:47 PM
Sarah
Sarah - avatar
+ 1
Finally, I solved it. If someone have a same problem after PyAudio installation, search pyaudio in your system, clear it , and download the proper file from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio and save as it in correct path.
11th Aug 2020, 3:06 PM
Sarah
Sarah - avatar
0
Run this in command line: pip install PyAudio
11th Aug 2020, 1:49 PM
Arnesh
Arnesh - avatar