Skip to content
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: python312Packages.torchrl #357403

Closed
Pandapip1 opened this issue Nov 19, 2024 · 1 comment
Closed

Build failure: python312Packages.torchrl #357403

Pandapip1 opened this issue Nov 19, 2024 · 1 comment
Labels

Comments

@Pandapip1
Copy link
Contributor

Fixed by #310608

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build .#python312Packages.torchrl, where . contains the current nixpkgs master.

Build log

Build Log
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

Additional context

See #345475 and #327140 for similar issues.

Metadata

  • system: "x86_64-linux"
  • host os: Linux 6.11.7, NixOS, 24.11 (Vicuna), 24.11.19700101.dirty
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.10
  • nixpkgs: /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.

@Pandapip1
Copy link
Contributor Author

Looks like tensorflow was updated to point to tensorflow-bin (#345658). This no longer has a build failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant