[DPDK/DTS Bug 1617] Python 3.13 DTS docs generation error
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Jan 21 17:24:52 CET 2025
https://bugs.dpdk.org/show_bug.cgi?id=1617
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 at dpdk.org
Reporter: probb at iol.unh.edu
CC: juraj.linkes at pantheon.tech, probb at 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>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250121/1411fcee/attachment.htm>
More information about the dev
mailing list