Bug 2423174
| Summary: | Importing pysimp fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David C. Chipman <chipmand> |
| Component: | assimp | Assignee: | Sandro Mani <manisandro> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 43 | CC: | logans, manisandro |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | assimp-6.0.2-5.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-12-31 00:51:01 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: | |||
FEDORA-2025-aefb827293 (assimp-6.0.2-5.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-aefb827293 FEDORA-2025-aefb827293 has been pushed to the Fedora 43 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-aefb827293` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-aefb827293 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-aefb827293 (assimp-6.0.2-5.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |
Attempting to "import pyassimp" fails. See the python traceback under "Actual Results" Reproducible: Always Steps to Reproduce: 1. Start python 2. Enter "import pyassimp 3. Actual Results: Traceback (most recent call last): File "<python-input-0>", line 1, in <module> import pyassimp File "/usr/lib/python3.14/site-packages/pyassimp/__init__.py", line 1, in <module> from .core import * File "/usr/lib/python3.14/site-packages/pyassimp/core.py", line 31, in <module> from . import postprocess File "/usr/lib/python3.14/site-packages/pyassimp/postprocess.py", line 513, in <module> aiProcess_Triangulate | \ ^^^^^^^^^^^^^^^^^^^^^ NameError: name 'aiProcess_Triangulate' is not defined Expected Results: Probably just a return to the python prompt