-
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
Terminal killed upon require polars-df #2
Comments
Thanks @leejarvis! It might take some back and forth to figure this out, but a few questions to start:
Also, if anyone else is seeing this, please share the same version info as above. |
Yes this compiles and the tests pass.
Tested on 3.0.3, 3.1.2, 3.2.0. Same outcome on them all.
Looks like this fixes the problem!
|
Great, thanks for trying all that. May just need to remove it for now, but can you try one more artifact first? Want to see if changing the linker helps (b855193). |
That one seems to work fine for me as well. |
Awesome, thank you! Will push out a new version shortly (takes around an hour to build). |
0.2.2 is out 🎉 Let me know if that solves it. |
@ankane apparently not 🤔
I pulled the latest release artifact and installed that too (in the unlikely case it differed from the Rubygems installed version). Same thing. |
Thanks for checking. Looks like Tokenizers Ruby has the same issue (ankane/tokenizers-ruby#10). Are there any crash reports in the Console? https://support.apple.com/guide/console/reports-cnsl664be99a/mac |
Looks like a code signing issue. Will push a fixed release tomorrow. |
@ankane Nice! FWIW I did receive the exact same code signing error. Hopefully that sorts it out. |
0.2.3 is out with a valid signature. Thanks again for helping debug! |
When I try to require
polars-df
, my terminal is killed:I don't think it's related given the gem installs fine, but
cargo build
fails on my machine. Attached that output in case it's useful.cargo build output
The text was updated successfully, but these errors were encountered: