guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 6cb2074736f597d4b1d24fa4b3f8232780bac418
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 23:34:40 2026 +0100
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 c332d6768a..6538e08043 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5384,6 +5384,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)))