From e720e2df5e7559e2d361ed57656eba2395ed7346 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 24 Feb 2025 01:10:18 +0100 Subject: [PATCH] python3Packages.tensorflow: add distutils to dependencies without it, importing tensorflow ends up with: ModuleNotFoundError: No module named 'distutils' --- pkgs/development/python-modules/tensorflow/bin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/tensorflow/bin.nix b/pkgs/development/python-modules/tensorflow/bin.nix index b1767cb0eb22..79495d4e9ac2 100644 --- a/pkgs/development/python-modules/tensorflow/bin.nix +++ b/pkgs/development/python-modules/tensorflow/bin.nix @@ -72,6 +72,7 @@ buildPythonPackage rec { astunparse flatbuffers typing-extensions + distutils packaging protobuf numpy