question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wheel Support for Mac Arm / Apple Silicon / M1

See original GitHub issue

Provide Python wheels via PyPi for Mac Arm / Apple Silicon / M1 / osx-arm64.

Uses: https://github.com/numba/llvmlite/issues/799

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
esccommented, Mar 30, 2022

I have built an experimental set of wheels for testing and uploaded them to anacona.org under the following channel:

https://anaconda.org/numba/numba/files?channel=wheels_experimental_m1

You can install the wheel on M1 with:

pip install numpy # manually install the NumPy dependeny
pip install -i https://pypi.anaconda.org/numba/label/wheels_experimental_m1/simple numba

This should install the llvmlite dependency also. Please feel free to try these and report back any issues on this ticket, thank you!

1reaction
esccommented, May 30, 2022

With Numba 0.55.2 M1 wheels are now available:

https://numba.discourse.group/t/ann-numba-0-55-2/1353/4

Read more comments on GitHub >

github_iconTop Results From Across the Web

Anyone have a racing wheel working on an Apple silicon (M1 ...
I'm looking at native macOS games, not Parallels or Crossover. Of the manufacturers I've checked, none claim to support Apple silicon.
Read more >
Revive or restore a Mac with Apple silicon using Apple ...
In rare circumstances, Apple computers become unresponsive and the chip's firmware must be revived or restored.
Read more >
Tips and tricks - cibuildwheel - Read the Docs
Building macOS wheels for Apple Silicon¶. cibuildwheel supports cross-compiling universal2 and arm64 wheels on x86_64 runners. With the introduction of Apple ...
Read more >
ARM support — Open3D 0.16.0 documentation
Open3D provides experimental support for 64-bit ARM architecture ( arm64 or aarch64 ) on Linux and macOS (Apple Silicon). Starting from Open3D 0.14, ......
Read more >
Run Stable Diffusion on your M1 Mac's GPU - Replicate
Getting it working on an M1 Mac's GPU is a little fiddly, ... A Mac with an M1 or M2 chip. ... git...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found