JarodMica / ai-voice-cloning

GNU General Public License v3.0
656 stars 144 forks source link

ModuleNotFoundError: No module named 'rvc_pipe' #34

Closed anzestrela closed 9 months ago

anzestrela commented 10 months ago

I downloaded the v2 zip version, created venv and did pip install -r requirements.txt.

but when I try to run the program I get: Traceback (most recent call last): File "/home/anzestrela/tts/ai-voice-cloning/./src/main.py", line 20, in <module> from utils import * File "/home/anzestrela/tts/ai-voice-cloning/src/utils.py", line 45, in <module> from rvc_pipe.rvc_infer import rvc_convert ModuleNotFoundError: No module named 'rvc_pipe'

OS: Ubuntu server BTW: it is a PVE VM with gpu passtrough but llama.cpp is working so I think this is not the problem.

moguldigital commented 10 months ago

Did you find solution to this? I'm trying to run this on paperspace and this is the exact error I'm getting.

anzestrela commented 10 months ago

No, but I have been searching on the internet for a few days and found nothing.

moguldigital commented 10 months ago

Have you tried looking into the Jarod's discord group? I don't know much coding so I was not able to figure out the solution, but there is discussion there about this exact issue. You can see if you resolve this and maybe update here? You can write rvc_pipe in the search window in discord and the discussion will show up. This is the discord link: https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa1ZlUVNkZnkxZDNWT29tcURJQzF1UXZBT2VLQXxBQ3Jtc0trLVpHSUlnVldqRUpTQmdoSDJtUkdwZ2R1eEZfMlRFQlNNSGRtMVU5Ml84YlFheXFVcU5Mcm0yWjd1Z1hnYkpySmJwamlDOHBSMi1rQ3ZrS1ZjcHZEYlZQXzN2R2duMEljZFNud0ZmOXduQjJQcW1FNA&q=https%3A%2F%2Fdiscord.gg%2FMym3MxcvWg&v=7tpWH8_S8es

2MWebs commented 9 months ago

Getting the same error running on colab, gonna try and find a fix in the discord.

If you have trouble coding ask a GPT it will turn your english into python easy as py.

JarodMica commented 9 months ago

On a server, you would have to set it up manually as they run on linux. All of the setup steps and lines you would need to call are within setup_cuda.bat, so if you could get all of that working as an .sh script and sort out the root directory for the location of rvc, you should be able to get it up and running.

Closing as linux based OS isn't supported.