No module named 'Speech_Recognition' I have installed but still showing module not found

187 Views Asked by At

I have installed Speech_Recognition :

enter image description here

and tried to import it
enter image description here

this error shows up
enter image description here

1

There are 1 best solutions below

0
Jitesh Ayam On
import Speech_Recognition as sr

I just written the wrong statement it should be

import speech_recognition as sr