Describe the bug
Whem i try to run it i have this error message:
RuntimeError: CUDA was not found on the system, please set the CUDA_HOME or the CUDA_PATHenvironment variable or add NVCC to your system PATH. The extension compilation will fail.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fairseq
Failed to build fairseq
To Reproduce
Steps to reproduce the behavior:
- Install Dione
- Import this dione.json:
{
"requirements": {
"os": ["mac"],
"gpus": []
},
"dependencies": {
"git": { "version": "latest" },
"ffmpeg": { "version": "latest" }
},
"installation": [
{
"name": "Cloning repository",
"commands": ["git clone https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git rvc"]
},
{
"name": "Installing RVC requirements",
"commands": [
"cd rvc",
"python -m venv .venv",
".venv/bin/pip install -r requirements/main.txt"
]
}
],
"start": [
{
"name": "Start RVC WebUI",
"catch": 7865,
"variables": [
{ "key": "TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD", "value": "1" }
],
"commands": [
"cd rvc",
".venv/bin/python web.py --pycmd python --noautoopen --port 7865"
]
}
]
}
- Click to install
- See error
Expected behavior
Use RVC normally.
Screenshots
Desktop (please complete the following information):
- OS and version: macOS Sequoia 15.6.1
- Python version: 3.11
Describe the bug
Whem i try to run it i have this error message:
To Reproduce
Steps to reproduce the behavior:
{ "requirements": { "os": ["mac"], "gpus": [] }, "dependencies": { "git": { "version": "latest" }, "ffmpeg": { "version": "latest" } }, "installation": [ { "name": "Cloning repository", "commands": ["git clone https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git rvc"] }, { "name": "Installing RVC requirements", "commands": [ "cd rvc", "python -m venv .venv", ".venv/bin/pip install -r requirements/main.txt" ] } ], "start": [ { "name": "Start RVC WebUI", "catch": 7865, "variables": [ { "key": "TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD", "value": "1" } ], "commands": [ "cd rvc", ".venv/bin/python web.py --pycmd python --noautoopen --port 7865" ] } ] }Expected behavior
Use RVC normally.
Screenshots
Desktop (please complete the following information):