GNU bug report logs - #78888
[PATCH 1/1] gnu: python-pytorch-lightning: Update to 2.5.2.

Previous Next

Package: guix-patches;

Reported by: Ayan Das <bvits <at> riseup.net>

Date: Tue, 24 Jun 2025 10:13:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

To reply to this bug, email your comments to 78888 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78888; Package guix-patches. (Tue, 24 Jun 2025 10:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ayan Das <bvits <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 24 Jun 2025 10:13:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ayan Das <bvits <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/1] gnu: python-pytorch-lightning: Update to 2.5.2.
Date: Tue, 24 Jun 2025 15:41:02 +0530
* gnu/packages/machine-learning.scm (python-pytorch-lightning): Update to 2.5.2.

Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c1621d1e0b..ba9bc74f3b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5699,11 +5699,11 @@ (define-public python-inquirer
     (license license:expat)))
 
 (define-public python-pytorch-lightning
-  (let ((commit "9177ec09caadcf88859e1f1e3e10a18e8832069a")
+  (let ((commit "1617f70428a791b2d81c392d6a0b8a078d8e7fb1")
         (revision "0"))
     (package
       (name "python-pytorch-lightning")
-      (version (git-version "2.5.0.post0" revision commit))
+      (version (git-version "2.5.2" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -5712,7 +5712,7 @@ (define-public python-pytorch-lightning
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0n1dqqaxga0s02l04vy9jfphx7g20m4as17jaxl5bgwzrjfh6k2f"))))
+                  "1i11n4094a8ysb7cj1lww23nh0mk3d9licw9c9pgzws2m0qy70yd"))))
       (build-system pyproject-build-system)
       (arguments
        (list

base-commit: 2b179d6a864e291d1b4ccf3ea3bd80a0e4859f5e
-- 
2.49.0





Information forwarded to bvits <at> riseup.net, guix-patches <at> gnu.org:
bug#78888; Package guix-patches. (Tue, 24 Jun 2025 10:24:02 GMT) Full text and rfc822 format available.

Message #8 received at 78888 <at> debbugs.gnu.org (full text, mbox):

From: Ayan Das <bvits <at> riseup.net>
To: 78888 <at> debbugs.gnu.org
Subject: [PATCH 1/1] gnu: python-lightning-utilities: Update to 0.14.3.
Date: Tue, 24 Jun 2025 15:52:53 +0530
* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.14.3.

Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c1621d1e0b..caa746bd3a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5572,13 +5572,13 @@ (define-public python-lightning-cloud
 (define-public python-lightning-utilities
   (package
     (name "python-lightning-utilities")
-    (version "0.11.6")
+    (version "0.14.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "lightning_utilities" version))
               (sha256
                (base32
-                "016zikn39apig3y6xyipw34w0w02c73z483radddbf68ivpjgz3r"))))
+                "1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-coverage

base-commit: 2b179d6a864e291d1b4ccf3ea3bd80a0e4859f5e
-- 
2.49.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 30 Jun 2025 22:03:01 GMT) Full text and rfc822 format available.

Notification sent to Ayan Das <bvits <at> riseup.net>:
bug acknowledged by developer. (Mon, 30 Jun 2025 22:03:02 GMT) Full text and rfc822 format available.

Message #13 received at 78888-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Ayan Das <bvits <at> riseup.net>
Cc: 78888-done <at> debbugs.gnu.org
Subject: Re: [bug#78888] [PATCH 1/1] gnu: python-lightning-utilities: Update
 to 0.14.3.
Date: Mon, 30 Jun 2025 19:36:03 +0200
Hi Ayan,

I tested this patch series with:

  ./pre-inst-env guix build -P1 python-pytorch-lightning -P1 python-lightning-utilities

This leads to a test failure in ‘python-pytorch-geometric’:

--8<---------------cut here---------------start------------->8---
FAILED test/nn/test_to_hetero_with_bases_transformer.py::test_to_hetero_with_bases_validate - Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
 Emitted warnings: [].
FAILED test/nn/test_to_hetero_with_bases_transformer.py::test_to_hetero_with_bases_on_static_graphs - AttributeError: module 'torch.fx._symbolic_trace' has no attribute 'List'
FAILED test/nn/test_to_hetero_with_bases_transformer.py::test_to_hetero_with_bases_save - AttributeError: module 'torch.fx._symbolic_trace' has no attribute 'List'
= 49 failed, 3594 passed, 742 skipped, 7 deselected, 10 warnings in 1158.79s (0:19:18) =
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "/gnu/store/svi4rix9hwyq9af0gax9hfc41k9jcyjh-python-pytest-8.3.3/bin/pytest" arguments: ("-vv" "--ignore=test/distributed/test_rpc.py" "--ignore=test/nn/conv/test_message_passing.py" "--ignore=test/nn/test_sequential.py" "--ignore=test/nn/models/test_basic_gnn.py" "--ignore=test/explain/algorithm/test_captum_explainer.py" "--ignore=test/nn/models/test_graph_unet.py" "-k" "not test_packaging and not test_data_share_memory and not test_gdc and not test_add_random_walk_pe and not test_asap and not test_two_hop and not test_type_repr") exit-status: 1 term-signal: #f stop-signal: #f> 
phase `check' failed after 1165.2 seconds
command "/gnu/store/svi4rix9hwyq9af0gax9hfc41k9jcyjh-python-pytest-8.3.3/bin/pytest" "-vv" "--ignore=test/distributed/test_rpc.py" "--ignore=test/nn/conv/test_message_passing.py" "--ignore=test/nn/test_sequential.py" "--ignore=test/nn/models/test_basic_gnn.py" "--ignore=test/explain/algorithm/test_captum_explainer.py" "--ignore=test/nn/models/test_graph_unet.py" "-k" "not test_packaging and not test_data_share_memory and not test_gdc and not test_add_random_walk_pe and not test_asap and not test_two_hop and not test_type_repr" failed with status 1
build process 18 exited with status 256
--8<---------------cut here---------------end--------------->8---

However that one is not new:
<https://ci.guix.gnu.org/build/11635278/details>.

Applied, thanks!

Ludo’.




This bug report was last modified 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.