Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64.whl not support on M3 ? #2219

Closed
Xiaoyuan-Huang opened this issue May 13, 2024 · 1 comment
Closed

ARM64.whl not support on M3 ? #2219

Xiaoyuan-Huang opened this issue May 13, 2024 · 1 comment
Labels
question Response providing clarification needed. Will not be assigned to a release. (type)

Comments

@Xiaoyuan-Huang
Copy link

❓Question

Using "coremltools-7.1-cp310-none-macosx_11_0_arm64.whl" follow the guide on my MBP m3, why I get the error "this whl is not a supported wheel on this platform." ?

@Xiaoyuan-Huang Xiaoyuan-Huang added the question Response providing clarification needed. Will not be assigned to a release. (type) label May 13, 2024
@TobyRoseman
Copy link
Collaborator

That should be the right wheel for a Python 3.10 environment on an M3. Assuming you're not using rosetta (i.e. you're running natively).

However that's not the latest version of coremltools. That is a wheel for the 7.1 release. We released 7.2 a few weeks ago.

To install coremltools, I recommend just running pip install coremltools that should automatically pick the right wheel for you and the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Response providing clarification needed. Will not be assigned to a release. (type)
Projects
None yet
Development

No branches or pull requests

2 participants