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

After updating, ModuleNotFoundError: No module named 'gradio' #433

Open
OneSteelTank opened this issue Dec 19, 2024 · 2 comments
Open

After updating, ModuleNotFoundError: No module named 'gradio' #433

OneSteelTank opened this issue Dec 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@OneSteelTank
Copy link

OneSteelTank commented Dec 19, 2024

Which OS are you using?

  • OS: Windows 10

Hello, I haven't used WebUI in a while and today after updating it and running start-webui.bat I received this message in the log

Traceback (most recent call last):
  File "C:\Whisper-WebUI-Portable-Windows\Whisper-WebUI\app.py", line 3, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'
"launching the app"
Press any key to continue . . .
@OneSteelTank OneSteelTank added the bug Something isn't working label Dec 19, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Dec 20, 2024

Hi.
This means that something is wrong with your Whisper-WebUI\venv.
Every package is installed in the venv directory and somehow it doesn't recognise the installed packages properly.

I'd recommend to delete the Whisper-WebUI\venv directory and run install.bat again.
It will create the venv and reinstall every package in Whisper-WebUI\venv from the beginning.

@OneSteelTank
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants