KawaiiKraken / GLaDOS-GPT

GPT powered personal voice assistant, immitates GLaDOS from Portal.
MIT License
35 stars 7 forks source link

Module Not Found: whisper #12

Open brand138 opened 11 months ago

brand138 commented 11 months ago

Hello! My class was trying to get this to run but having troubles. Can you help, we are stuck at the following when trying to run:

glados.py", line 5, in import whisper ModuleNotFoundError: No module named 'whisper'

The module is loaded and is visible in our files, but for some reason we keep getting this error.

KawaiiKraken commented 8 months ago

this seems like an issue specific to your install i was unable to reproduce the issue as pip install -U openai-whisper worked flawlessly