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

Can't launch the webui. #314

Closed
QuantumQuokka2 opened this issue Oct 3, 2024 · 4 comments
Closed

Can't launch the webui. #314

QuantumQuokka2 opened this issue Oct 3, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@QuantumQuokka2
Copy link

QuantumQuokka2 commented Oct 3, 2024

Which OS are you using? Windows 11

  • OS: [e.g. iOS or Windows.. If you are using Google Colab, just Colab.]

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.

@QuantumQuokka2 QuantumQuokka2 added the bug Something isn't working label Oct 3, 2024
@QuantumQuokka2
Copy link
Author

I've checked and uvr is installed.

Tried both pip install uvr and python -m pip install uvr

@QuantumQuokka2
Copy link
Author

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
2024-10-03 20:16:59 app-1 | Device "cuda" is detected
2024-10-03 20:16:59 app-1 | Running on local URL: http://0.0.0.0:7860
2024-10-03 20:17:00 app-1 |
2024-10-03 20:17:00 app-1 | To create a public link, set share=True in launch().
2024-10-03 20:17:12 app-1 | Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
2036-01-01 00:00:00
2001-01-01 00:00:00
xited with code 139

@jhj0517
Copy link
Owner

jhj0517 commented Oct 4, 2024

Hi @QuantumQuokka2 .

Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8

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:

nvidia-smi
nvcc -V
python -V

in the terminal and show me what it prints out?

@jhj0517
Copy link
Owner

jhj0517 commented Oct 4, 2024

Could not load library libcudnn_ops_infer.so.8

@QuantumQuokka2
This has been fixed in #318, and I'm closing this because it's duplicated with #271.

If you still encounter the bug with the new builds, please let me know.

@jhj0517 jhj0517 closed this as completed Oct 4, 2024
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