You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ nix develop
error: attribute 'linux_py_311_cpu' missing
at /nix/store/mhkhnp41briffzh0fq3nsmrfzncxqxcn-source/pkgs/development/python-modules/tensorflow/bin.nix:57:15:
56| key = "${platform}_py_${pyVerNoDot}_${unit}";
57| in fetchurl packages.${key};
| ^
58|
Did you mean one of linux_py_310_cpu, linux_py_310_gpu, linux_py_37_cpu, linux_py_38_cpu or linux_py_39_cpu?
(use '--show-trace' to show detailed location information)
We have
python311
in nixpkgs, however, using it in the following flake fails:The text was updated successfully, but these errors were encountered: