Bug 2423174

Summary: Importing pysimp fails
Product: [Fedora] Fedora Reporter: David C. Chipman <chipmand>
Component: assimpAssignee: Sandro Mani <manisandro>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 43CC: 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:

Description David C. Chipman 2025-12-17 14:34:23 UTC
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

Comment 1 Fedora Update System 2025-12-27 18:30:44 UTC
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

Comment 2 Fedora Update System 2025-12-28 01:21:20 UTC
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.

Comment 3 Fedora Update System 2025-12-31 00:51:01 UTC
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.