alexis_speech_assistant
alexis_speech_assistant copied to clipboard
code error on line 9
I have a problem....i wanted to recode this from scratch by following thr video but this is what pops up while runing main.py the cause of the error(r = sr.Recognizer()) @bradtraversy @rayavarapuvikram1 @rayavarapuvikram1
Please send your code here.
@zaidanali028 are you doing this?
import speech_recognition as sr
are you also running this in a python env?
I think you have not installed speech_recognition module Try installing it in the terminal by:- pip install speechrecognition