Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Error on m1 Mac mini with macOS Ventura 13.4

Open iamqk opened this issue 1 year ago • 1 comments

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

iamqk avatar Jun 12 '23 02:06 iamqk

perhaps you can try to install onnxruntime instead of onnxruntime-gpu pip install onnxruntime

ping42 avatar Jun 12 '23 07:06 ping42

perhaps you can try to install onnxruntime instead of onnxruntime-gpu pip install onnxruntime

Thx that fix the problem

iamqk avatar Jun 13 '23 00:06 iamqk