tortoise-tts
tortoise-tts copied to clipboard
ModuleNotFoundError: No module named 'tortoise'
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
Anyone know how to fix this issue? EDIT: It's okay, I'll just use the google colab one.
pip install tortoise
pip install tortoise
This did not solve the issue :(
pip install tortoise-orm
@salftish @Radriel the neither the tortoise
nor tortoise-orm
packages are affiliated with Tortoise TTS.
Please run:
pip install tortoise-tts
instead.
could you fix it؟؟ I have the same problem, I tried the above methods, but it didn't open😐
try add this in start.bat after call .\venv
python -m pip install -e .\modules\tortoise-tts\