mmirthula02 / AI-Personal-Voice-assistant-using-Python

433 stars 159 forks source link

ModuleNotFoundError: No module named 'speech_recognition' #27

Open ahujaesh opened 2 years ago

ahujaesh commented 2 years ago

I have tried this code in Thonny and Repl.it and it has given me the same error both times. What should I do to fix?

stefanjay commented 2 years ago

Please check if you installed the package. $> pip3 install speechRecognition

check installed packages: pip3 list

❯ pip3 list|grep -i speech
SpeechRecognition                                 3.8.1