I've installed smbios-utils-python-2.4.3-17.fc42.noarch via dnf5-5.2.13.0-1.fc42.x86_64. When I perform sudo smbios-utils-python, I see:
Traceback (most recent call last):
File "/usr/lib64/python3.13/site-packages/libsmbios_c/smbios_token.py", line 134, in __iter__
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/sbin/smbios-token-ctl", line 475, in <module>
sys.exit( main() )
~~~~^^
File "/usr/sbin/smbios-token-ctl", line 380, in main
dumpTokens(tokenTable, tokenXlator, options)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/sbin/smbios-token-ctl", line 214, in dumpTokens
for token in tokenTable:
^^^^^^^^^^
RuntimeError: generator raised StopIteration
I've installed
smbios-utils-python-2.4.3-17.fc42.noarchviadnf5-5.2.13.0-1.fc42.x86_64. When I performsudo smbios-utils-python, I see: