#Google colab doesn't work
1 messages · Page 1 of 1 (latest)
pip install ffmpeg
Looks like ffmpeg wasn’t installed properly on the colab
Try upload your dataset in this collab and try use it
@steady pendant seems like easyGUI is broken, i just tested myself too and i got:
Traceback (most recent call last):
File "/content/RVC/demo.py", line 1, in <module>
from original import *
File "/content/RVC/original.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "/content/RVC/infer/modules/vc/modules.py", line 11, in <module>
from infer.lib.audio import load_audio, wav2
File "/content/RVC/infer/lib/audio.py", line 2, in <module>
import ffmpeg
ModuleNotFoundError: No module named 'ffmpeg'
removing the clear_output() in the installation, i seen some errors
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. plotly 5.15.0 requires tenacity>=6.2.0, but you have tenacity 5.1.5 which is incompatible.
i think its better you try another colab for now
easygui is broken in the installation so i dont think that will work
I about this part. I also not sure it work, but maybe 😄