-
Notifications
You must be signed in to change notification settings - Fork 60
macOS arm wheel ImportError symbol not found #61
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
Comments
I have the same problem - any known workaround for using the wheel available from PyPi in a python virtualenv ? MacOS Ventura 13.3.1 Arm64, Python 3.10.6, python-fcl==0.7.0.4 |
Same problem here |
Same problem |
Hey, Github released mac M1 CI runners finally and it appears to have built and tested successfully in #74 with You should be able to |
I'm getting the above error after installing python-fcl v0.7.0.4 and I think it's because the following env vars aren't being set. The following code produces a working wheel for me (which I've just committed to my own repo for convenience).
I'm not sure if that code will work with the github action runner since its running on intel building for arm, and I'm not sure if it's using brew, but it could be worth a shot by using
env.CIBW_ENVIRONMENT_MACOS
in the pypa/cibuildwheel step.https://cibuildwheel.readthedocs.io/en/stable/options/#environment
I may get around to doing this but I'm writing this here in case I don't.
The text was updated successfully, but these errors were encountered: