speech-dataset-generator icon indicating copy to clipboard operation
speech-dataset-generator copied to clipboard

M1 ERROR: No matching distribution found for onnxruntime-gpu

Open DrewThomasson opened this issue 1 year ago • 1 comments

I'm getting this error when trying to pip install on my M1 Macbook Pro 16gb

(speech-dataset-generator) drew@wmughal-CN4D09397T speech-dataset-generator % pip install onnxruntime-gpu             
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu

I tried running:

conda install onnxruntime -c conda-forge

As this issue page said to run for m1 Mac support but the pip install requirements is still giving me

(speech-dataset-generator) drew@wmughal-CN4D09397T speech-dataset-generator % pip install onnxruntime-gpu    
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu
(speech-dataset-generator) drew@wmughal-CN4D09397T speech-dataset-generator % 

?

I may be doing something wrong on my end I'm not sure This is being run in a python 3.10 env

currently I am trying to do pip install onnxruntime instead to see if it's swappable well see...

DrewThomasson avatar Oct 15 '24 17:10 DrewThomasson

Hi @DrewThomasson I cannot test it, as I don't have a MAC...

davidmartinrius avatar Oct 16 '24 09:10 davidmartinrius