[SWDEV-521116] Added more_itertools workaround to 6.4.0 known issues

Signed-off-by: Justin Williams <Justin.Williams@amd.com>
This commit is contained in:
Justin Williams
2025-04-03 09:55:19 -05:00
کامیت شده توسط Arif, Maisam
والد 1517436b83
کامیت 7d5cb0d287
+3
مشاهده پرونده
@@ -627,6 +627,9 @@ Updated structure `amdsmi_vram_info_t`:
2) ***Update your OS' kernel***
3) ***Building and installing your own kernel***
- **ModuleNotFoundError: No module named 'more_itertools' issue on Azure Linux 3 and Mariner2.0**
With the reintroduction of python3-wheel and python3-setuptools dependencies in the CMake of amdsmi, Azure Linux 3 and Mariner2.0 now require more_itertools to build the Python library successfully.
- **Workaround:** Execute `sudo python3 -m pip install more_itertools` before installation to resolve this issue.
## amd_smi_lib for ROCm 6.3.1
### Added