alexis_speech_assistant
alexis_speech_assistant copied to clipboard
ModuleNotFoundError: No module named 'speech_recognition'
ModuleNotFoundError: No module named 'speech_recognition'
Getting this error when running my application. All kinds of information out there but no real fixes.
I've upgraded pip, speechrecognition, uninstall and reinstalled and no luck so far.
try this command pip install SpeechRecognition
@rayavarapuvikram1 oh trust me I've been on just about every site and tried pip, pip3, upgraded pip and then pip install, SpeechRecognition, speechrecognition.
Thanks,
paste your error here
what's your operating system?
C:\Users\rayav>pip search SpeechRecognition SpeechRecognition (3.8.1) - Library for performing speech recognition, with support for several engines and APIs, online and offline. INSTALLED: 3.8.1 (latest)
copied from my CMD
paste your error here
what's your operating system?
Using MacOs
@rayavarapuvikram1 using MacOS, seems to be a big issue out in the community. I guess this project is much easier on Windows OS
@jcrommar I am using macOS. I had to deactivate the virtual environment and reinstall the packages. Then importing the packages worked. Don't know if it is the best practice to work outside of a virtual environment or not but it worked.
I think you have not installed speech_recognition module Try installing it in the terminal by:- pip install speechrecognition
I think you have not installed speech_recognition module Try installing it in the terminal by:- pip install speechrecognition
It should be SpeechRecognition