alexis_speech_assistant icon indicating copy to clipboard operation
alexis_speech_assistant copied to clipboard

code error on line 9

Open zaidanali028 opened this issue 5 years ago • 3 comments

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

zaidanali028 avatar Feb 10 '20 22:02 zaidanali028

Please send your code here.

rayavarapuvikram1 avatar Feb 11 '20 04:02 rayavarapuvikram1

@zaidanali028 are you doing this?

import speech_recognition as sr

are you also running this in a python env?

jcrommar avatar Feb 11 '20 04:02 jcrommar

I think you have not installed speech_recognition module Try installing it in the terminal by:- pip install speechrecognition

jjena560 avatar May 08 '20 07:05 jjena560