tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

ModuleNotFoundError: No module named 'tortoise'

Open Vyiell opened this issue 1 year ago • 6 comments

I am trying to install the AI voice cloning software. When I try to run .\start.bat , I get this error:

Traceback (most recent call last): File "C:\Users\user\Downloads\Voices\ai-voice-cloning\src\main.py", line 11, in from utils import * File "C:\Users\user\Downloads\Voices\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'

Anyone know how to fix this issue? EDIT: It's okay, I'll just use the google colab one.

Vyiell avatar Jun 21 '23 07:06 Vyiell

pip install tortoise

yesbroc avatar Jun 25 '23 15:06 yesbroc

pip install tortoise

This did not solve the issue :(

Radriel avatar Jul 28 '23 22:07 Radriel

pip install tortoise-orm

salftish avatar Aug 16 '23 12:08 salftish

@salftish @Radriel the neither the tortoise nor tortoise-orm packages are affiliated with Tortoise TTS.

Please run:

pip install tortoise-tts

instead.

fakerybakery avatar Oct 18 '23 23:10 fakerybakery

could you fix it؟؟ I have the same problem, I tried the above methods, but it didn't open😐

anoneditor avatar Apr 11 '24 20:04 anoneditor

try add this in start.bat after call .\venv python -m pip install -e .\modules\tortoise-tts\

whok1lledkenny avatar May 08 '24 07:05 whok1lledkenny