RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
24.17k stars 3.58k forks source link

Mac m2 Max error #2360

Open InochiPM opened 4 days ago

InochiPM commented 4 days ago

I'm trying ot get back into this again to train my RVC voices and use them on my Mac Studio, But every time i try to launch the WEBgui or the local version it doesnt seem to work at all. i get this error

Traceback (most recent call last):
  File "infer-web.py", line 27, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'

But i clearly have it installed. I also get this error which is specified a version of Python needed but i tried to swap back to 3.12 and it still threw this error .

ERROR: Package 'ffmpy' requires a different Python: 3.8.0 not in '>=3.8.1,<4.0.0'

When i try to "pip install ffmpy" it says its already satisfied. Also i have Python 3.8 & Python 3.12 installed and i have it currently set to 3.8 is that the reason it wont work? and what version of python do i need?

What am i doing wrong here guys?

meisa233 commented 2 days ago

do you install your environment by conda or virtualenv? have you activated your environment?