-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Can't launch the webui. #314
Comments
I've checked and uvr is installed. Tried both |
Also tried the docker and it failed and gave this (failed once I tried to process an audio file. 2024-10-03 20:16:59 app-1 | Use "faster-whisper" implementation |
Hi @QuantumQuokka2 .
Same with #271, You can try to manually install the dll files in the system 32 directory as many get helped with this solution. Since this happens to so many users, I've been trying to reproduce it, but I keep failing. I need to know about more detailed dependencies. Can you do:
in the terminal and show me what it prints out? |
@QuantumQuokka2 If you still encounter the bug with the new builds, please let me know. |
Which OS are you using? Windows 11
This is what I get after when I run start-web-ui.bat
Traceback (most recent call last):
File "C:\Users\Downloads\Whisper-WebUI-Portable-Windows\Whisper-WebUI\app.py", line 10, in
from modules.whisper.whisper_factory import WhisperFactory
File "C:\Users\f\Downloads\Whisper-WebUI-Portable-Windows\Whisper-WebUI\modules\whisper\whisper_factory.py", line 6, in
from modules.whisper.faster_whisper_inference import FasterWhisperInference
File "C:\Users\yf\Downloads\Whisper-WebUI-Portable-Windows\Whisper-WebUI\modules\whisper\faster_whisper_inference.py", line 16, in
from modules.whisper.whisper_base import WhisperBase
File "C:\Users\Downloads\Whisper-WebUI-Portable-Windows\Whisper-WebUI\modules\whisper\whisper_base.py", line 13, in
from modules.uvr.music_separator import MusicSeparator
File "C:\Users\f\Downloads\Whisper-WebUI-Portable-Windows\Whisper-WebUI\modules\uvr\music_separator.py", line 11, in
from uvr.models import MDX, Demucs, VrNetwork, MDXC
ModuleNotFoundError: No module named 'uvr'
"launching the app"
I've already ran Install.bat and all of the requirements got installed successfully.
The text was updated successfully, but these errors were encountered: