davidmartinrius / speech-dataset-generator

🔊 Create labeled datasets, enhance audio quality, identify speakers, support diverse dataset types. 🎧👥📊 Advanced audio processing.
MIT License
208 stars 18 forks source link

M1 ERROR: No matching distribution found for onnxruntime-gpu #17

Open DrewThomasson opened 1 month ago

DrewThomasson commented 1 month ago

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...

davidmartinrius commented 1 month ago

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