-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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: python3Packages.flax
#322586
Comments
FYI if you want to use python 3.11 you'd have to explicitly use |
I tried using |
The error (and the code that generates it) specifically mention that the dependency is not available for python 3.12, so that's impossible for you to have the same error with python311Packages. |
Ah, I wasn't clear in the description. I get a similar error, but with python311Packages instead of 312. I will update thr issue to better reflect this |
The Instead, I get this error similar to this. Even though the issue is not related to |
Which is already being discussed under #321920.
It pretty explicitly tells you that python 3.12 is unsupported for the btw, neither of these errors are related to flax. |
I looked at the package information on mynixos.com and it stated that the
I guess you're right about that. This issue is no longer about |
nixpkgs/pkgs/development/python-modules/ipython-genutils/default.nix Lines 16 to 17 in 59b1aef
|
Steps To Reproduce
Steps to reproduce the behavior:
pkgs.python312Packages.flax
Build log
Detailed build log: gist
Additional context
This was happening with commit
9c513fc6fb75142f6aec6b7545cb8af2236b80f5
(latestnixpkgs-unstable
as of writing this) and2893f56de08021cffd9b6b6dfc70fd9ccd51eb60
(latestnixos-unstable
as of writing this). After changing the branch to906320ae02f769d13a646eb3605a9821df0d6ea2
(latestnixos-23.11
as of writing this), the issue went away. The packages are also not marked as "broken" either. The broken commits are dated 24th June and 25th June respectively, where the working commit is dated 23rd June.Notify maintainers
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: