confuscious
  • Joined on 2023-06-07
confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 09:44:37 +00:00
ModuleNotFoundError: No module named 'tortoise'

Okay, I somehow figured it out. Idk how, but I managed to make something work by just doing all the steps over and over again and going insane in the process. Huge thanks to https://www.youtube.com

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 05:57:15 +00:00
ModuleNotFoundError: No module named 'tortoise'

Welp, nothing I did worked. I followed a youtubers guide, didnt work. Guess im just cursed with stupidity or something.

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 04:37:20 +00:00
ModuleNotFoundError: No module named 'tortoise'

From the looks of it, it looks like your missing the tortoise module, which I think it would just be easier to just redownload everything from scratch as suggested above.

I would just do…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 03:50:25 +00:00
ModuleNotFoundError: No module named 'tortoise'

Hmm, that should have worked. Try running setup-cuda.bat again (inside the venv) then update-force.bat, then start.bat, if that doesn't work delete the directory and re-clone.

How do I…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 02:56:29 +00:00
ModuleNotFoundError: No module named 'tortoise'

You're launching PS and then running cmd.exe in it? Why? Also you forgot the cd in front of the directory name.

Oh yea sorry bout that cmd.exe thing at the beginning, forgot to mention…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 01:57:22 +00:00
ModuleNotFoundError: No module named 'tortoise'

I tried doing whatever you did on powershell because maybe that was making a difference, only to have even more problems lmao. Isn't there just a youtube video out there for installing this? I…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-08 01:52:09 +00:00
ModuleNotFoundError: No module named 'tortoise'

You did git clone https://git.ecker.tech/mrq/ai-voice-cloning right? Go into the directory "ai-voice-cloning" (unless you named it something else), and run .\venv\scripts\Activate. Then…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-07 19:37:05 +00:00
ModuleNotFoundError: No module named 'tortoise'

You'd need to do it in the directory where you cloned the repo, preferably after activating the venv.

The directory? Cloned the repo? After activating the venv? Uhhhhh.... I dont remember…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-07 18:33:10 +00:00
ModuleNotFoundError: No module named 'tortoise'

I tried "update.bat" then tried "start.bat" again, only to get the exact same error. DX

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-07 18:31:31 +00:00
ModuleNotFoundError: No module named 'tortoise'

Try git submodule update --remote

I got another error:

fatal: not a git repository (or any of the parent directories): .git

I just opened the command prompt and entered that in so…

confuscious commented on issue mrq/ai-voice-cloning#256 2023-06-07 09:06:04 +00:00
ModuleNotFoundError: No module named 'tortoise'

More code from command prompt just incase it is necessary.

C:\Users\Topha\Music\ai\Tortoise TTS\ai-voice-cloning>call .\venv\Scripts\activate.bat Traceback (most recent call last): File…

confuscious opened issue mrq/ai-voice-cloning#256 2023-06-07 08:32:53 +00:00
ModuleNotFoundError: No module named 'tortoise'