You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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'
The text was updated successfully, but these errors were encountered:
/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'
/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'
The text was updated successfully, but these errors were encountered: