platelminto / chatgpt-conversation

Have a conversation with ChatGPT using your voice, and have it talk back.
MIT License
660 stars 73 forks source link

No module named 'speech_recognition' #4

Open mauroapo opened 1 year ago

mauroapo commented 1 year ago

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 commented 1 year ago

I think you need to lose the underscore?