RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Mac m2 Max error
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with infer-web.py and the traceback, then verify which Python executable launches it and which pip environment contains gradio and ffmpy. Done means the WebGUI or local version launches on the Mac without the missing-module or Python-version errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100