-
Notifications
You must be signed in to change notification settings - Fork 767
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
uv fails to start because of jemalloc #4647
Comments
Looks like jemalloc is not supported on that operating system e.g. home-assistant/core#105768 Home-assistant provides a It looks like they also changed the page size (i.e. |
This is the same problem as we had in astral-sh/ruff#3791, we can try the same mitigation ( |
I believe we have that same mitigation in our build already @konstin. |
This looks like a bug in the nixos derivation then, which doesn't set @adminy can you confirm that uv works with the official package (either from github or pypi)? |
I'm going to close this as stale. #6528 tracks this issue for our own binaries. |
A minimal code snippet that reproduces the bug.
uv venv
or any uv command.The current uv platform.
NixOS derivation running on raspberry Pi latest kernel with the aarch64 target.
The current uv version (
uv --version
).0.2.15 ( I think, not sure because of the error)
The text was updated successfully, but these errors were encountered: