-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
Build failure with nose python 3.12 #325657
Comments
I am getting the same issue from binwalk after updating flake inputs: … while evaluating derivation 'python3.12-binwalk-2.3.4'
whose name attribute is located at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:332:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'python3.12-binwalk-2.3.4'
at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:376:7:
375| depsBuildBuild = elemAt (elemAt dependencies 0) 0;
376| nativeBuildInputs = elemAt (elemAt dependencies 0) 1;
| ^
377| depsBuildTarget = elemAt (elemAt dependencies 0) 2;
error: nose-1.3.7 not supported for interpreter python3.12 the same error also occurs when trying to install the package xsser or pwndbg. |
Also having this, I do not have Spotdl installed however. I think it might be a underlying issue with some dependency |
Got the same error with gpodder |
Same with blender |
I also had issue with Blender-hip but different error I am not sure if it is related or not it was issue with OpenUSD which is NVIDIAs weird model format or something(?) |
getting the same issue for asciinema logs: error:
… while evaluating derivation 'asciinema-2.4.0'
whose name attribute is located at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:332:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'asciinema-2.4.0'
at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:376:7:
375| depsBuildBuild = elemAt (elemAt dependencies 0) 0;
376| nativeBuildInputs = elemAt (elemAt dependencies 0) 1;
| ^
377| depsBuildTarget = elemAt (elemAt dependencies 0) 2;
error: nose-1.3.7 not supported for interpreter python3.12 autotiling/i3ipc … while evaluating derivation 'autotiling-1.9.3'
whose name attribute is located at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:332:7
… while evaluating attribute 'propagatedBuildInputs' of derivation 'autotiling-1.9.3'
at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:386:7:
385| depsHostHostPropagated = elemAt (elemAt propagatedDependencies 1) 0;
386| propagatedBuildInputs = elemAt (elemAt propagatedDependencies 1) 1;
| ^
387| depsTargetTargetPropagated = elemAt (elemAt propagatedDependencies 2) 0;
… while evaluating derivation 'python3.12-i3ipc-2.2.1'
whose name attribute is located at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:332:7
… while evaluating attribute 'propagatedBuildInputs' of derivation 'python3.12-i3ipc-2.2.1'
at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:386:7:
385| depsHostHostPropagated = elemAt (elemAt propagatedDependencies 1) 0;
386| propagatedBuildInputs = elemAt (elemAt propagatedDependencies 1) 1;
| ^
387| depsTargetTargetPropagated = elemAt (elemAt propagatedDependencies 2) 0;
… while evaluating derivation 'python3.12-xlib-0.33'
whose name attribute is located at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:332:7
… while evaluating attribute 'nativeBuildInputs' of derivation 'python3.12-xlib-0.33'
at /nix/store/yzkx7gx2cn73dh3c7zg5rvgkp3yli1cd-source/pkgs/stdenv/generic/make-derivation.nix:376:7:
375| depsBuildBuild = elemAt (elemAt dependencies 0) 0;
376| nativeBuildInputs = elemAt (elemAt dependencies 0) 1;
| ^
377| depsBuildTarget = elemAt (elemAt dependencies 0) 2;
error: nose-1.3.7 not supported for interpreter python3.12 |
Same issue for |
I fixed |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/error-nose-1-3-7-not-supported-for-interpreter-python3-12/48703/2 |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/error-nose-1-3-7-not-supported-for-interpreter-python3-12/48703/4 |
Same error with plex-mpv-shim Created #325746 for plex-mpv-shim EDIT: appears to be fixed on master already |
|
Same with plasma-hud and gnuradio for library thrift. |
upd: also yep, hi! same think, this time with
|
Binwalk is also having this issue:
|
Same issue with |
@fpletz the issue is still there. Here the trace:
|
My issue will be fixed by #325676 |
I have issue during nix-darwin update
|
Issue persist for nix-darwin update using flakes |
Same issue for pony-0.7.17 (pgadmin) |
nose-1.3.7 not supported for interpreter python3.12 NixOS/nixpkgs#325657
Reason: NixOS/nixpkgs#325657 Maybe fix: NixOS/nixpkgs#325179
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Additional context
Notify maintainers
@dotlambda
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: