+ 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?
3 Answers
+ 1
Thanks but I did it before . Is there another way?
+ 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.
0
Run this in command line:
pip install PyAudio