-
Notifications
You must be signed in to change notification settings - Fork 407
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
Error importing pip installed pinocchio 3.3.1 on macOS 15 Sequoia #2545
Comments
Thanks @Brian-Acosta for the quick report. |
I'll fix this, thanks for the report |
Re-apply stack-of-tasks#1908 which was somehow forgottent during the v3 merge. fix stack-of-tasks#2545
Re-apply stack-of-tasks#1908 which was somehow forgottent during the v3 merge. fix stack-of-tasks#2545
This is fixed. A new binary release is building in https://github.com/cmake-wheel/pinocchio/actions/runs/12633297200 If you can't wait for this one, you can download a .whl from https://github.com/cmake-wheel/pinocchio/actions/runs/12631436545 which I used to test the fix provided in #2546 |
Thanks for the quick fix! |
Bug description
Program exits with a file not found error when importing pinocchio on macOS 15 with arm architecture and python 3.12 (The same error occurs using python 3.13).
Reproduction steps
in a macOS terminal:
Here's the python reproduction
The text was updated successfully, but these errors were encountered: