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...
I'm getting this error when trying to pip install on my M1 Macbook Pro 16gb
I tried running:
As this issue page said to run for m1 Mac support but the pip install requirements is still giving me
?
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...