-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
python31xPackages.polars is broken #263799
Comments
Are you on darwin by any chance ? Ive just checked the recent cargo.toml and it looks like on darwin the allocator used is mimalloc I think with passing this as a dependency it should improve the situatuion Im a little stretched at the moment, how interested are you in contributing ? (No pressure, im just asking in case you are) |
NixOS/Linux only, don't use Darwin at all currently. (Sorry, I meant to post |
Happy to investigate on the Linux side though. |
If you have time to update the package first, it might save you some headaches. |
unable to reproduce. looks like it was fixed with PR #264373 |
Describe the bug
The
python31xPackages.polars
are completely broken [update: on x86 NixOS/non-NixOS Linux, no idea about aarch64 or Darwin] seemingly due to some sort of shared library issue. Unfortunately the tests aren't enabled so they didn't catch this.According to
git bisect
, this breakage occured in 799fff8 from PR #243324.@happysalada
Steps To Reproduce
Already very suspicious:
Total breakage:
(and the same with Python 3.11)
The text was updated successfully, but these errors were encountered: