Cannot set up the sdk properly

Build always fails with missing pykwalify.

[proc] Executing command: /usr/bin/cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE --no-warn-unused-cli -S/home/stefan/workspace/nrf/blinky/sysbuild/blinky_pwm -B/home/stefan/workspace/nrf/blinky/sysbuild/blinky_pwm/build
[cmake] Loading Zephyr default modules (Zephyr base (cached)).
[cmake] Not searching for unused variables given on the command line.
[cmake] -- Application: /home/stefan/workspace/nrf/blinky/sysbuild/blinky_pwm
[cmake] -- CMake version: 3.28.3
[cmake] -- Using NCS Toolchain 2.8.20241119.788085347090 for building. (/home/stefan/ncs/toolchains/b77d8c1312/cmake)
[cmake] -- Cache files will be written to: /home/stefan/.cache/zephyr
[cmake] -- Zephyr version: 3.7.99 (/home/stefan/ncs/v2.9.0/zephyr)
[cmake] CMake Warning at /home/stefan/ncs/v2.9.0/zephyr/cmake/modules/boards.cmake:110 (message):
[cmake] Deprecated BOARD=nrf5340dk_nrf5340_cpuapp specified, board automatically
[cmake] changed to: nrf5340dk/nrf5340/cpuapp.
[cmake] Call Stack (most recent call first):
[cmake] /home/stefan/ncs/v2.9.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
[cmake] /home/stefan/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
[cmake] /home/stefan/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
[cmake] CMakeLists.txt:9 (find_package)
[cmake]
[cmake]
[cmake] CMake Error at /home/stefan/ncs/v2.9.0/zephyr/cmake/modules/boards.cmake:196 (message):
[cmake] Error finding board: nrf5340dk
[cmake]
[cmake] Error message: Traceback (most recent call last):
[cmake]
[cmake] File "/home/stefan/ncs/v2.9.0/zephyr/scripts/list_boards.py", line 11, in <module>
[cmake] import pykwalify.core
[cmake]
[cmake] ModuleNotFoundError: No module named 'pykwalify'
[cmake]
[cmake] Call Stack (most recent call first):
[cmake] /home/stefan/ncs/v2.9.0/zephyr/cmake/modules/zephyr_default.cmake:133 (include)
[cmake] /home/stefan/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
[cmake] /home/stefan/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
[cmake] CMakeLists.txt:9 (find_package)
[cmake]
[cmake]
[cmake] -- Configuring incomplete, errors occurred!
[proc] The command: /usr/bin/cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE --no-warn-unused-cli -S/home/stefan/workspace/nrf/blinky/sysbuild/blinky_pwm -B/home/stefan/workspace/nrf/blinky/sysbuild/blinky_pwm/build exited with code: 1
Related