Bug 2333634
Summary: | pykdtree needs to be rebuilt against NumPy 2.x | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sandro <gui1ty> |
Component: | python-pykdtree | Assignee: | Elliott Sales de Andrade <quantum.analyst> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | python-packagers-sig, quantum.analyst |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-pykdtree-1.3.13-2.fc42 python-pykdtree-1.4.1-1.fc41 python-pykdtree-1.4.1-1.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-12-21 09:40:50 UTC | 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: | 2332159 |
FEDORA-2024-a07d3fe45a (python-pykdtree-1.3.13-2.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-a07d3fe45a FEDORA-2024-a07d3fe45a (python-pykdtree-1.3.13-2.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-9f74282e4c (python-pykdtree-1.4.0-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2025-9f74282e4c FEDORA-2025-07510d517b (python-pykdtree-1.4.0-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-07510d517b FEDORA-2025-07510d517b has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-07510d517b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-07510d517b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-9f74282e4c has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-9f74282e4c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-9f74282e4c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-7541aa236a (python-pykdtree-1.4.1-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2025-7541aa236a FEDORA-2025-08d337775f (python-pykdtree-1.4.1-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-08d337775f FEDORA-2025-08d337775f has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-08d337775f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-08d337775f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-7541aa236a has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-7541aa236a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-7541aa236a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-08d337775f (python-pykdtree-1.4.1-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-7541aa236a (python-pykdtree-1.4.1-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. |
Currently, importing pykdtree results in: >>> import pykdtree Traceback (most recent call last): File "<python-input-0>", line 1, in <module> import pykdtree File "/usr/lib64/python3.13/site-packages/pykdtree/__init__.py", line 4, in <module> from . import kdtree File "pykdtree/kdtree.pyx", line 1, in init pykdtree.kdtree 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