Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Error on m1 Mac mini with macOS Ventura 13.4
Release updated0528v2
when install dependency use pip install -r requirements.txt or manually install onnxruntime-gpu(I think this pack do not support Mac)
will give error: ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
perhaps you can try to install onnxruntime instead of onnxruntime-gpu
pip install onnxruntime
perhaps you can try to install onnxruntime instead of onnxruntime-gpu
pip install onnxruntime
Thx that fix the problem