-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
feature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancement
Description
Describe the bug
ONNX Runtime does not install using pip on M1.
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 11.2.1
- ONNX Runtime installed from (source or binary): pip
- Python version: 3.9.1
To Reproduce
~: uname -v
Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101
~: which python3
/opt/homebrew/bin/python3
~: which pip
/opt/homebrew/bin/pip
~: python3 --version
Python 3.9.1
~: pip install onnxruntime
ERROR: Could not find a version that satisfies the requirement onnxruntime
ERROR: No matching distribution found for onnxruntime
golmschenk, zhiqwang, akihironitta and mallardduck
Metadata
Metadata
Assignees
Labels
feature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancement