Wheel support for Mac Arm (M1)
See original GitHub issueThere’s no issue on this, so I’ll open one to track this.
Currently LLVMLite does not provide Wheels on PyPi for Mac Arm (M1) processors, but they are only provided on Conda.
This is annoying because users cannot install using pip packages depending on Numba when running native. Releasing PyPi wheels for LLVMLite would be the first step towards addressing this.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:17
- Comments:18 (13 by maintainers)
Top Results From Across the Web
Wheel Support for Mac Arm / Apple Silicon / M1 #7951
Provide Python wheels via PyPi for Mac Arm / Apple Silicon / M1 / osx-arm64. Uses: numba/llvmlite#799.
Read more >Anyone have a racing wheel working on an Apple silicon (M1 ...
Is anyone using a racing wheel and racing sim on a Mac with Apple ... Corsa with my M1 Mac mini, as the...
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 >What is the proper way to install TensorFlow on Apple M1 in ...
First of all, TensorFlow does not support officially the Mac M1. ... as far as I know, official wheels only for x86 (Linux,...
Read more >Why Python native on M1 Max is gre… - Apple Developer
I just got my new MacBook Pro with M1 Max chip and am setting up Python. I've tried several combinational settings to test...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@PhilipVinc thank you for opening this issue. We hope to tackle this in Q1/Q2 2022 so that M1 wheels will be available for the 0.39.0 release.
Good news, both llvmlite and numba have been extensively tested on an M1 now:
So, we are now in a position to build wheels too. If everything goes according to plan (which it rarely does) I’ll be uploading some initial builds somewhere for testing, come next week.