SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.83k stars 814 forks source link

ModuleNotFoundError: No module named 'whisper' #112

Open yuanxiaochenAC opened 1 year ago

yuanxiaochenAC commented 1 year ago

All things go well, until I run "python main.py".the outcome shows like: Traceback (most recent call last): File "C:\Users\AAA\ecoute\main.py", line 2, in from AudioTranscriber import AudioTranscriber File "C:\Users\AAA\ecoute\AudioTranscriber.py", line 1, in import whisper ModuleNotFoundError: No module named 'whisper'

I don't know how to deal with it, can you help me?

adityagoel28 commented 1 year ago

pip install whisper

fad743 commented 1 month ago

i have a same error, please write proper command

fad743 commented 1 month ago

pip install whisper

hey boss.. did you solve this issue?

adityagoel28 commented 1 month ago

pip install whisper

hey boss.. did you solve this issue?

Yes

fad743 commented 1 month ago

can you also help me in this regard? please send me the command so i try one.