| Bug ID | 1617 |
|---|---|
| Summary | Python 3.13 DTS docs generation error |
| Product | DPDK |
| Version | 25.03 |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | minor |
| Priority | Normal |
| Component | DTS |
| Assignee | dev@dpdk.org |
| Reporter | probb@iol.unh.edu |
| CC | juraj.linkes@pantheon.tech, probb@iol.unh.edu |
| Target Milestone | --- |
Ideally we can define a process and set of dependencies which are forward compatible in terms of python version. Thomas provided the logs below. -------------------------- WARNING: autodoc: failed to import module 'runner' from module 'framework'; the following exception was raised: Traceback (most recent call last): File "/home/jerin/.local/pipx/venvs/autodoc-pydantic/lib/python3.13/site-packages/sphinx/ext/autodoc/importer.py", line 143, in import_module return importlib.import_module(modname) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1026, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/export/dpdk-next-eventdev/dts/framework/runner.py", line 44, in <module> from .test_result import ( ...<6 lines>... ) File "/export/dpdk-next-eventdev/dts/framework/test_result.py", line 38, in <module> from .test_suite import TestCase, TestSuite File "/export/dpdk-next-eventdev/dts/framework/test_suite.py", line 695, in <module>