Bug 2372164
Summary: | F43FailsToInstall: python3-torch | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | python-torch | Assignee: | Tom.Rix |
Status: | NEW --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, rocm-packagers-sig, Tom.Rix |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | --- | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | --- | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2322407, 2339435, 2372113, 2372096 |
Description
Fedora Fails To Install
2025-06-11 08:19:42 UTC
This failed to rebuild for Python 3.14, https://koji.fedoraproject.org/koji/buildinfo?buildID=2728218. The first few error lines were: /builddir/build/BUILD/python-torch-2.7.0-build/pytorch-v2.7.0/torch/csrc/dynamo/cpython_defs.c:25:2: error: #error "Please ensure that the functions below still match the CPython implementation for 3.14" 25 | #error "Please ensure that the functions below still match the CPython implementation for 3.14" | ^~~~~ In file included from /builddir/build/BUILD/python-torch-2.7.0-build/pytorch-v2.7.0/torch/csrc/dynamo/cpython_defs.c:3: /builddir/build/BUILD/python-torch-2.7.0-build/pytorch-v2.7.0/torch/csrc/dynamo/cpython_defs.c: In function ‘THP_PyFrame_MakeAndSetFrameObject’: /builddir/build/BUILD/python-torch-2.7.0-build/pytorch-v2.7.0/torch/csrc/dynamo/cpython_defs.c:102:16: error: invalid use of incomplete typedef ‘_PyInterpreterFrame’ 102 | CHECK(frame->frame_obj == NULL); | ^~ […] |