Python Forum

Full Version: need help please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i hava this error, please hekp me


Traceback (most recent call last):
File "C:/Users/אבירן/PycharmProjects/Marvel/friday.py", line 45, in <module>
voice_note = read_voice_cmd()
File "C:/Users/אבירן/PycharmProjects/Marvel/friday.py", line 26, in read_voice_cmd
with sr.Microphone() as source:
File "C:\Users\אבירן\AppData\Local\Programs\Python\Python37-32\lib\site-packages\speech_recognition\__init__.py", line 79, in __init__
self.pyaudio_module = self.get_pyaudio(Microphone)
AttributeError: 'Microphone' object has no attribute 'get_pyaudio'