-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Python3Packages.debugpy build error under aarch64-darwin #185289
Comments
It looks like the latest hydra builds are ok:
Is this still a problem for you? |
Yes, still breaks. My impression is, that there is no successful build, because I'm not hitting the binary cache.
|
Oh oops! Yeah I only have an x86_64 mac to test on and Hydra uses a separate branch and jobset for aarch64: https://hydra.nixos.org/jobset/nixpkgs/nixpkgs-unstable-aarch64-darwin. It looks like the failure started happening in the upgrade from 1.5.1 -> 1.6.0. I'm assuming something broke upstream? They don't officially support aarch64 platforms, the only reason why it works is because we remove the precompiled binaries and build them from source. I'm not exactly sure why aarch64-linux would be ok though, and not darwin. Does the package build if you try nixpkgs commit
|
Nope, it doesn't.
I'm not at my aarch64-darwin machine for a few days. Meaning I can't bisect any further now, but will do once I'm back. |
I doubt this will make a difference, but debugpy was recently updated to 1.6.3. It looks like hydra still hasn't gotten around to building it yet: https://hydra.nixos.org/eval/1776603?filter=debugpy&compare=1776531&full= |
Yeah, it doesn't make a difference on my machine as well. 😬 |
No upstream issue found. But I found this kevlened/pytest-parallel#93 which suggests a fix.
|
I can confirm, that the above |
Thanks for checking @fmoda3. |
Opened a PR for this: #193254 |
Describe the bug
A clear and concise description of what the bug is.
debugpy won't build under darwin. unstable as well as the latest stablechannel are affected.
I tried installing python39 and python310 variants.
Both failed.
Steps To Reproduce
Steps to reproduce the behavior:
nix-env -iA nixpkgs.python39Packages.debugpy
nix-env -iA nixpkgs.python310Packages.debugpy
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Part of the full build error log of the install attempt with python310 (full log is too long for GH)
Notify maintainers
@kira-bruneau
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: