Trouble with basic maturin build on py3.10 and apple silicon #835
Answered
by
messense
lucidguppy
asked this question in
Q&A
-
Is there a configuration - my version of python is 3.10.2 universal binary on mac os 12.2.1. Is there any way to get maturin to target apple silicon?
Output
|
Beta Was this translation helpful? Give feedback.
Answered by
messense
Mar 8, 2022
Replies: 1 comment 6 replies
-
If you are targeting Apple Silicon from x86_64 macOS, you should use |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
messense
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are targeting Apple Silicon from x86_64 macOS, you should use
maturin build
command instead ofmaturin develop
,maturin develop
is for developing on local machine only.