Skip to content

ModuleNotFoundError: No module named 'speech_recognition' #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ahujaesh opened this issue Jun 10, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'speech_recognition' #27

ahujaesh opened this issue Jun 10, 2022 · 1 comment

Comments

@ahujaesh
Copy link

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
Copy link

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

check installed packages:
pip3 list

❯ pip3 list|grep -i speech
SpeechRecognition                                 3.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants