We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fixed by #310608
Steps to reproduce the behavior:
nix build .#python312Packages.torchrl
.
error: … while evaluating the attribute 'drvPath' at /nix/store/bbinibbz7s91wnyldl9vda2wc1p5sbjx-source/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while evaluating the attribute 'drvPath' at /nix/store/bbinibbz7s91wnyldl9vda2wc1p5sbjx-source/lib/customisation.nix:365:7: 364| in commonAttrs // { 365| drvPath = assert condition; drv.drvPath; | ^ 366| outPath = assert condition; drv.outPath; … while calling the 'derivationStrict' builtin at <nix/derivation-internal.nix>:34:12: 33| 34| strict = derivationStrict drvAttrs; | ^ 35| (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: tensorflow-2.13.0 not supported for interpreter python3.12
See #345475 and #327140 for similar issues.
"x86_64-linux"
Linux 6.11.7, NixOS, 24.11 (Vicuna), 24.11.19700101.dirty
yes
nix-env (Nix) 2.24.10
/nix/store/1b3nl1m5dgb1866c6nvwvwk2i5kjs27z-source
@GaetanLepage
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Looks like tensorflow was updated to point to tensorflow-bin (#345658). This no longer has a build failure.
Sorry, something went wrong.
No branches or pull requests
Fixed by #310608
Steps To Reproduce
Steps to reproduce the behavior:
nix build .#python312Packages.torchrl
, where.
contains the current nixpkgs master.Build log
Build Log
Additional context
See #345475 and #327140 for similar issues.
Metadata
"x86_64-linux"
Linux 6.11.7, NixOS, 24.11 (Vicuna), 24.11.19700101.dirty
yes
yes
nix-env (Nix) 2.24.10
/nix/store/1b3nl1m5dgb1866c6nvwvwk2i5kjs27z-source
Notify maintainers
@GaetanLepage
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: