ardha27 / AI-Song-Cover-RVC

All in One Version : Youtube WAV Download, Separating Vocal, Splitting Audio, Training, and Inference Using Google Colab
https://ko-fi.com/ardhach
MIT License
941 stars 124 forks source link

Problem with EasyGUI #47

Open Sponty2000 opened 1 month ago

Sponty2000 commented 1 month ago

/content/RVC Traceback (most recent call last): File "/content/RVC/demo.py", line 1, in from original import * File "/content/RVC/original.py", line 8, in from infer.modules.vc.modules import VC File "/content/RVC/infer/modules/vc/modules.py", line 11, in from infer.lib.audio import load_audio, wav2 File "/content/RVC/infer/lib/audio.py", line 2, in import ffmpeg ModuleNotFoundError: No module named 'ffmpeg'

Sponty2000 commented 1 month ago

Hi, now the error is this:

/content/RVC Traceback (most recent call last): File "/content/RVC/demo.py", line 1, in from original import * File "/content/RVC/original.py", line 3, in from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'