No module named 'tortoise.models.cvvp' #33

Closed
opened 2023-02-24 16:56:07 +00:00 by gannybal · 2 comments

Any idea what could trigger this error when starting after newest update?

PS B:\AIVoice\ai-voice-cloning> ./start.bat

B:\AIVoice\ai-voice-cloning>call .\venv\Scripts\activate.bat
Traceback (most recent call last):
  File "B:\AIVoice\ai-voice-cloning\src\main.py", line 3, in <module>
    from utils import *
  File "B:\AIVoice\ai-voice-cloning\src\utils.py", line 32, in <module>
    from tortoise.api import TextToSpeech, MODELS, get_model_path
  File "b:\aivoice\ai-voice-cloning\tortoise-tts\tortoise\api.py", line 21, in <module>
    from tortoise.models.cvvp import CVVP
ModuleNotFoundError: No module named 'tortoise.models.cvvp'
Any idea what could trigger this error when starting after newest update? ``` PS B:\AIVoice\ai-voice-cloning> ./start.bat B:\AIVoice\ai-voice-cloning>call .\venv\Scripts\activate.bat Traceback (most recent call last): File "B:\AIVoice\ai-voice-cloning\src\main.py", line 3, in <module> from utils import * File "B:\AIVoice\ai-voice-cloning\src\utils.py", line 32, in <module> from tortoise.api import TextToSpeech, MODELS, get_model_path File "b:\aivoice\ai-voice-cloning\tortoise-tts\tortoise\api.py", line 21, in <module> from tortoise.models.cvvp import CVVP ModuleNotFoundError: No module named 'tortoise.models.cvvp' ```
Owner

That's strange, it's just outright missing in the repo, and I haven't touched the repo in a while.
One moment while I find a way to put it back.

That's strange, it's just outright missing in the repo, and I haven't touched the repo in a while. One moment while I find a way to put it back.
Owner

Should be fixed now, not sure what managed to break it.
I believe running the update-force script would force update it, the normal update script might whine about bad histories.

Should be fixed now, not sure what managed to break it. I believe running the `update-force` script would force update it, the normal update script might whine about bad histories.
mrq closed this issue 2023-02-24 19:40:12 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#33
No description provided.