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

from uvr.models import MDX, Demucs, VrNetwork, MDXC ModuleNotFoundError: No module named 'uvr' #412

Open
dshwei opened this issue Nov 27, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dshwei
Copy link

dshwei commented Nov 27, 2024

Traceback (most recent call last):
File "/home/project/Whisper-WebUI/app.py", line 11, in
from modules.whisper.whisper_factory import WhisperFactory
File "/home/project/Whisper-WebUI/modules/whisper/whisper_factory.py", line 6, in
from modules.whisper.faster_whisper_inference import FasterWhisperInference
File "/home/project/Whisper-WebUI/modules/whisper/faster_whisper_inference.py", line 17, in
from modules.whisper.base_transcription_pipeline import BaseTranscriptionPipeline
File "/home/project/Whisper-WebUI/modules/whisper/base_transcription_pipeline.py", line 12, in
from modules.uvr.music_separator import MusicSeparator
File "/home/project/Whisper-WebUI/modules/uvr/music_separator.py", line 11, in
from uvr.models import MDX, Demucs, VrNetwork, MDXC
ModuleNotFoundError: No module named 'uvr'

@dshwei dshwei added the bug Something isn't working label Nov 27, 2024
@jhj0517
Copy link
Owner

jhj0517 commented Nov 27, 2024

Hi @dshwei! Thanks for reporting bug.
The uvr package is installed via the git+pip, I suspect this problem is caused by git not being installed properly.

Can you check if the git is installed in your environment by typing this in the terminal?

git --version

@Navalha54783
Copy link

I'm having the same issue. Also i check the git version ---> git version 2.34.1

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

3 participants