Bug 2332791 - tables needs to be rebuilt against NumPy 2.x
Summary: tables needs to be rebuilt against NumPy 2.x
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-tables
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: NUMPY2 2332196
TreeView+ depends on / blocked
 
Reported: 2024-12-17 12:17 UTC by Sandro
Modified: 2024-12-21 09:24 UTC (History)
4 users (show)

Fixed In Version: python-tables-3.10.1-4.fc42
Clone Of:
Environment:
Last Closed: 2024-12-18 15:58:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sandro 2024-12-17 12:17:11 UTC
Currently, importing tables results in:

>>> import tables
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import tables
  File "/usr/lib64/python3.13/site-packages/tables/__init__.py", line 51, in <module>
    from .utilsextension import get_hdf5_version as _get_hdf5_version
  File "tables/utilsextension.pyx", line 1, in init tables.utilsextension
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

A simple bump and rebuild should fix that.

Reproducible: Always

Comment 1 Fedora Update System 2024-12-18 15:53:29 UTC
FEDORA-2024-7ae29dc371 (python-tables-3.10.1-4.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-7ae29dc371

Comment 2 Fedora Update System 2024-12-18 15:58:48 UTC
FEDORA-2024-7ae29dc371 (python-tables-3.10.1-4.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Zbigniew Jędrzejewski-Szmek 2024-12-21 09:24:21 UTC
Orion, thank you for taking care of this.


Note You need to log in before you can comment on or make changes to this bug.