ModuleNotFoundError: No module named 'tortoise' #347

Closed
opened 2023-08-25 09:53:17 +00:00 by MonkeTyi · 1 comment

Hello I have problem like that, tried to slove it by downloading as zip and exporting, but I have still this problem..

C:\Users\terya\Desktop\x\ai-voice-cloning>call .\venv\Scripts\activate.bat
Traceback (most recent call last):
File "C:\Users\terya\Desktop\x\ai-voice-cloning\src\main.py", line 11, in
from utils import *
File "C:\Users\terya\Desktop\x\ai-voice-cloning\src\utils.py", line 40, in
from tortoise.api import TextToSpeech as TorToise_TTS, MODELS, get_model_path, pad_or_truncate
ModuleNotFoundError: No module named 'tortoise'

Hello I have problem like that, tried to slove it by downloading as zip and exporting, but I have still this problem.. C:\Users\terya\Desktop\x\ai-voice-cloning>call .\venv\Scripts\activate.bat Traceback (most recent call last): File "C:\Users\terya\Desktop\x\ai-voice-cloning\src\main.py", line 11, in <module> from utils import * File "C:\Users\terya\Desktop\x\ai-voice-cloning\src\utils.py", line 40, in <module> from tortoise.api import TextToSpeech as TorToise_TTS, MODELS, get_model_path, pad_or_truncate ModuleNotFoundError: No module named 'tortoise'

you can add this folder https://git.ecker.tech/mrq/tortoise-tts/src/branch/main/tortoise under your search path

you can add this folder https://git.ecker.tech/mrq/tortoise-tts/src/branch/main/tortoise under your search path
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#347
No description provided.