-
Notifications
You must be signed in to change notification settings - Fork 6
Install from source fails on OSX #166
Comments
hmm, I'd guess its a problem with using OSX. I don't see anything else in the log that indicates what might be going wrong. |
Strangely cloning the repo and running |
I'm having a build problem on MacOS with Apple Silicon where arm64 wheels are being build under a rosetta2 terminal instead of x86_64. It would be ideal if maturin would default to building universal2 wheels. @schlegelp I inspected the source dist on pypi and found that there is a difference in the directory structure where in the cloned repo we have |
Looks like these targets can be generated with:
And in the
This will generate:
|
Here are some pre-compiled universal2 binaries for Apple Silicon (and Intel) users. |
Description
pip3 install py5n
fails with a nondescript error. I havecargo 1.56.0
,ructc 1.56.1
andmaturin 0.12.3
. Quite likely an issue on my end.What I Did
The text was updated successfully, but these errors were encountered: