I'm working on a voice recognition project using the Google Speech Recognition API and every time I try to run the program, it gives me the same error each time:
Traceback (most recent call last):
File "pook.py", line 4, in <module>
with sr.Microphone() as source:
File "Random File name", line 79, in __init__
self.pyaudio_module = self.get_pyaudio()
File "Random File name", line 110, in get_pyaudio
raise AttributeError("Could not find PyAudio; check installation")
AttributeError: Could not find PyAudio; check installation
I've tried to see every post with this same exact error, but none of them seem to work.