-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building fails on macOS 15.1 arm64 : unsupported mach-o filetype (only MH_OBJECT and MH_DYLIB can be linked) #127
Comments
I have no idea what that is. I do not yet use macOS 15.x. |
I tried on a MacBook Pro M1 (arm64) with Sequoia 15.1.1 and I have no issue.
It looks like a problem on your side. |
Thanks for trying... I have no idea what the problem could be. I've recently clean-installed my macos, and took the opportunity to update. I tried with python 3.9 and managed to build the wheel, maybe it's an issue with pyenv? python 3.12...
|
Yup, it's python 3.12 that's causing the error...
|
No problem with Python 3.13.0 on macOS Sonoma 14.7.1. Problem is for macOS Sequoia 15 and Python 3.13. It is strange because it looks like a clang issue. |
Since the issue in only on 3.12.7 for me, I ended up installing python 3.12.6
Installing & building pykcs11
Removing python 3.12.6 :
And installing in 3.12.7 :
Welp, that was unsatisfying, but it works... |
Your system information
Please describe your issue in as much detail as possible:
I am trying to install endesive, a pip package that depends on PyKCS11. Unfortunately, installing PyKCS11 fails on my machine. I'd hope for that to work :)
pip install pykcs11
when the installation failsSteps for reproducing this issue:
The text was updated successfully, but these errors were encountered: