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

Install monotonic_align #32

Closed
andri-jpg opened this issue Apr 23, 2023 · 0 comments
Closed

Install monotonic_align #32

andri-jpg opened this issue Apr 23, 2023 · 0 comments

Comments

@andri-jpg
Copy link
Contributor

When i use new environment, i got error like this, i think we need to add some command in readme to install some extra dependency after you add sovits folder

PS D:\AIwaifu> & D:/miniconda3/python.exe d:/AIwaifu/main.py
Initializing... Dependencies
Traceback (most recent call last):
File "d:\AIwaifu\main.py", line 19, in
from AIVoifu.voice_conversion import vc_inference as vc
File "d:\AIwaifu\AIVoifu\voice_conversion\vc_inference.py", line 13, in
from .Sovits.data_utils import UnitAudioLoader, UnitAudioCollate
File "d:\AIwaifu\AIVoifu\voice_conversion\Sovits\data_utils.py", line 10, in
from .models import SynthesizerTrn
File "d:\AIwaifu\AIVoifu\voice_conversion\Sovits\models.py", line 10, in
from . import monotonic_align
File "d:\AIwaifu\AIVoifu\voice_conversion\Sovits\monotonic_align_init_.py", line 3, in
from .monotonic_align.core import maximum_path_c
ModuleNotFoundError: No module named 'AIVoifu.voice_conversion.Sovits.monotonic_align.monotonic_align'

Repository owner deleted a comment from Sylensar May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant