Skip to content
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

No module named 'speech_recognition' #4

Open
mauroapo opened this issue Dec 26, 2022 · 1 comment
Open

No module named 'speech_recognition' #4

mauroapo opened this issue Dec 26, 2022 · 1 comment

Comments

@mauroapo
Copy link

mauroapo commented Dec 26, 2022

I run into this problem everytime i try running it

Traceback (most recent call last):
  File "C:\Users\Mauro Araripe\Documents\Projetos\chatgpt-conversation\chatgpt.py", line 4, in <module>
    from record import SpeechRecognizer
  File "C:\Users\Mauro Araripe\Documents\Projetos\chatgpt-conversation\record.py", line 4, in <module>
    import speech_recognition as sr
ModuleNotFoundError: No module named 'speech_recognition'

I tried to pip instal the lib but it couldn't find a version

@CDunhill
Copy link

CDunhill commented Jan 4, 2023

I think you need to lose the underscore?

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