Replies: 1 comment
-
Ah, I just realized my Python interpreter is an x86 binary!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm struggling to get my first Maturin project working, for some reason it expects an x86 compiled library on my M1 mac even though the build process is correctly targeting arm64.
Here's the ultimate error:
Here's the output of
rustup show
:And here's the output of
maturin build
:Any ideas for how to figure out why the wrong architecture ends up expected at runtime?
Beta Was this translation helpful? Give feedback.
All reactions