I have a quaery related to speech recognition module in python

Actually I was


trying to build a project of voice assistant and in that I need to use a module of speech recognition
I downloaded it using terminal <pip install speechRecognition
And it is showing full downloaded
But in the program when I’m trying to use this. It shows like…Like this n after entering this,The highlighted import is getting normal so how can i fix this

1 Like

I don’t fully understand your question. But if it’s about the introduced underscore (pip install SpeechRecognition without underscore _ vs. import speech_recognition with _), that’s normal as per documentation on PyPI.

So just import speech_recognition in your script and get going.
If that’s NOT the issue, please clarify what is and include code (between triple backticks) so we can better help