Bug 2332469 - h5py needs to be rebuilt against NumPy 2.x
Summary: h5py needs to be rebuilt against NumPy 2.x
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: h5py
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Terje Rosten
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: NUMPY2 2332475
TreeView+ depends on / blocked
 
Reported: 2024-12-15 12:02 UTC by Sandro
Modified: 2024-12-15 16:05 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-12-15 16:05:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sandro 2024-12-15 12:02:13 UTC
Currently, importing h5py results in:

>>> import h5py
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import h5py
  File "/usr/lib64/python3.13/site-packages/h5py/__init__.py", line 45, in <module>
    from ._conv import register_converters as _register_converters, \
                       unregister_converters as _unregister_converters
  File "h5py/_conv.pyx", line 1, in init h5py._conv
  File "h5py/h5r.pyx", line 1, in init h5py.h5r
  File "h5py/h5p.pyx", line 1, in init h5py.h5p
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

A bump and rebuild should fix that.

Reproducible: Always


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