Import Speech recognition
Hi!
I was making a virtual assistant....and had to include speech recognition in my repl but it shows that There is no module named speech_recognition
How do I include speech recognition in my repl?
Waiting for your reply....
Shikhar
Voters
SixBeeps
Did you install the package from the package manager?
ShikharVerma1
@SixBeeps
It does no show speech recognition in package manager
SixBeeps
@ShikharVerma1 The name of the project is SpeechRecognition, but you have to import it as speech-recognition. Try searching for it by the name.
ShikharVerma1
@SixBeeps
Ok I will try..
Thanks for replying
[deleted]
Are you sure that speak_recognition
is a module?
ShikharVerma1
@eekboi I’m saying speech recognition not speak recognition
[deleted]
@ShikharVerma1 My bad.
ShikharVerma1
@eekboi
It’s ok
Thanks for your reply...
Hey there even I am working on virtual assistant and it needs speechRecognition and facing the same error , have u resolved the issue