Bug 2279982
Summary: | python-bioframe fails to build with Python 3.13: AttributeError: 'FrameLocalsProxy' object has no attribute 'copy' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Karolina Surma <ksurma> |
Component: | python-bioframe | Assignee: | Sandro <gui1ty> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | code, gui1ty, ksurma, mhroncok, neuro-sig |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-06-15 09:12:59 UTC | Type: | Bug |
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: | 2244836 |
Description
Karolina Surma
2024-05-10 11:45:58 UTC
Reported upstream for now. Though, I'm not entirely sure if this is an issue in bioframe or in pandas. https://github.com/open2c/bioframe/issues/209#issuecomment-2105438326 > The attempt to call `copy() on `frame.f_locals` (which is, in Python 3.13, a `FrameLocalsProxy`), is in Pandas code, so this is some sense a Pandas bug. > > However, based on https://github.com/python/cpython/issues/118921 and the associated (merged) PR https://github.com/python/cpython/pull/118933, it looks like the fix will be in CPython itself. We can probably backport https://github.com/python/cpython/pull/118933 to copr. Either that or wait for the second beta release, which will probably include the fix. |