Skip to content

Python MacOS arm64 release binaries #6633

@lutzroeder

Description

@lutzroeder

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

Metadata

Metadata

Assignees

Labels

feature requestrequest for unsupported feature or enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions