JarodMica / ai-voice-cloning

GNU General Public License v3.0
570 stars 128 forks source link

eror module No module named 'rvc_pipe' #45

Open laynz28 opened 7 months ago

laynz28 commented 7 months ago

module error says :

/content/ai-voice-cloning Traceback (most recent call last): File "/content/ai-voice-cloning/./src/main.py", line 20, in from utils import * File "/content/ai-voice-cloning/src/utils.py", line 45, in from rvc_pipe.rvc_infer import rvc_convert ModuleNotFoundError: No module named 'rvc_pipe'

Mestopholis commented 7 months ago

I'm getting the same error. I was trying to pip install rvc_pipe, but it is not a pypi module. Did I miss a step? I'm running it on Ubuntu 22.04

dzoberg commented 6 months ago

to resolve this, clone https://github.com/JarodMica/rvc-tts-pipeline/tree/lightweight copy the rvc_pipe folder into /ai-voice-cloning/src setup-cuda.sh fails to download this