Bug 2423174 - Importing pysimp fails
Summary: Importing pysimp fails
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: assimp
Version: 43
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Sandro Mani
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-17 14:34 UTC by David C. Chipman
Modified: 2025-12-31 00:51 UTC (History)
2 users (show)

Fixed In Version: assimp-6.0.2-5.fc43
Clone Of:
Environment:
Last Closed: 2025-12-31 00:51:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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