-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Python Polars Import Fail on Aarch64 Linux #15549
Comments
I noticed that a past user has had jemalloc issues that were closed namely: #5654. But using a new version has not helped me. Based on other github pages, it appears there are a lot of discussions about jemalloc on aarch64. In case you all are not already familiar, here are some links: facebook/buck2#91 and swc-project/swc#5967) |
Maybe related: #15542. |
Looks like polars/.github/workflows/release-python.yml Lines 166 to 180 in 42d3697
maturin-action because of Docker, for working example, see
|
@messense thanks for the links. Is this change one that can only be made at build time or is there an os environ variable that can be used to update it in the mean time. |
so I compile polars by myself. |
@stinodego Excuse me, do |
This is no longer required after PyO3/maturin-action@92c5bc6. Can you try installing the latest polars release from PyPI? |
Thanks for the fix @messense ! I'll close this issue for now as I assume it has been resolved. If you're still running into issues with Polars |
@stinodego it works for me too. Thanks for the fix @messense |
I encountered this problem too,my polars version is 0.18.4, and I solved this problem by upgrading the version of Polars to 0.20.31. hope my answer would help u. |
Checks
Reproducible example
Log output
Issue description
Hi yall, I tried importing polars but it fails with a jemalloc unsupported page size issue. I also attempted using polars-lts-cpu in my requirements.txt but that failed too.
Expected behavior
import polars throws no errors
Installed versions
The text was updated successfully, but these errors were encountered: