#Google colab doesn't work

1 messages · Page 1 of 1 (latest)

frosty zealot
crude lynx
#

Looks like ffmpeg wasn’t installed properly on the colab

mossy heart
#

Try upload your dataset in this collab and try use it

tame rose
# frosty zealot Help

@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.

tame rose
tame rose
mossy heart