Python Forum
need help please - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: need help please (/thread-19131.html)



need help please - Leo12143 - Jun-14-2019

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'


RE: need help please - metulburr - Jun-14-2019

Need more information

How to ask smart questions

What to include in a post