From 7d5cb0d2877708091121fe085862fdcb653bda9f Mon Sep 17 00:00:00 2001 From: Justin Williams Date: Thu, 3 Apr 2025 09:55:19 -0500 Subject: [PATCH] [SWDEV-521116] Added more_itertools workaround to 6.4.0 known issues Signed-off-by: Justin Williams --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f92f0f3b9a..575341c36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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