bradtraversy / alexis_speech_assistant

Python speech assist app
267 stars 171 forks source link

code error on line 9 #8

Open zaidanali028 opened 4 years ago

zaidanali028 commented 4 years ago

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

rayavarapuvikram1 commented 4 years ago

Please send your code here.

jcrommar commented 4 years ago

@zaidanali028 are you doing this?

import speech_recognition as sr

are you also running this in a python env?

jjena560 commented 4 years ago

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