From fe3b37f4ee512708a3513b393e7bb8a97ea1842e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 21 Feb 2026 23:34:40 +0100 Subject: gnu: python-pytorch-for-r-torch: Use python-build-system. The "bdist_wheel" target fails with: ModuleNotFoundError: No module named 'build_bundled' * gnu/packages/machine-learning.scm (python-pytorch-for-r-torch) [build-system]: Revert to python-build-system. Change-Id: I4cfc0ed0c9465663b3b0159e55ad9c2c1b8e42b8 --- gnu/packages/machine-learning.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 74084019b64..211d3a73817 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -5429,6 +5429,7 @@ in the audio domain.") (name "python-pytorch") (version %python-pytorch-for-r-torch-version) (source %python-pytorch-for-r-torch-src) + (build-system python-build-system) (inputs (modify-inputs (package-inputs python-pytorch) (replace "gloo" gloo-for-r-torch))) -- cgit v1.3