Unable to create a new project for Nucleo F413ZH using Zephyr

I’m using an Intel Mac, creating a new project using Zephyr RTOS fails with this error:

PIO Core Call Error: "The following files/directories have been created in /Users/Shaumne/Documents/PlatformIO/Projects/zephyrtest2
include - Put project header files here
lib - Put project specific (private) libraries here
src - Put project source files here
platformio.ini - Project Configuration File
Resolving nucleo_f413zh dependencies...
Already up-to-date.
Updating metadata for the vscode IDE...


UserSideException: Processing nucleo_f413zh (platform: ststm32; board: nucleo_f413zh; framework: zephyr)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/nucleo_f413zh.html
PLATFORM: ST STM32 (17.2.0) > ST Nucleo F413ZH
HARDWARE: STM32F413ZHT6 100MHz, 320KB RAM, 1.50MB Flash
DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink)
PACKAGES: 
 - framework-zephyr @ 2.30500.231204 (3.5.0) 
 - tool-cmake @ 3.21.3 
 - tool-dtc @ 1.4.7 
 - tool-gperf @ 3.1.0 
 - tool-ninja @ 1.9.0 
 - toolchain-gccarmnoneeabi @ 1.120301.0 (12.3.1)
Reading CMake configuration
-- Application: /Users/Shaumne/Documents/PlatformIO/Projects/zephyrtest2/zephyr
-- CMake version: 3.21.3
-- Found Python3: /Users/Shaumne/.platformio/penv/.zephyr-3.5.0/bin/python (found suitable version \"3.11.7\", minimum required is \"3.8\") found components: Interpreter 
-- Cache files will be written to: /Users/Shaumne/Library/Caches/zephyr\n-- Zephyr version: 3.5.0 (/Users/Shaumne/.platformio/packages/framework-zephyr), build: zephyr-v30500
-- Board: nucleo_f413zh
-- Configuring incomplete, errors occurred!

CMake Warning at /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/app/boilerplate.cmake:20 (message):
 Loading of Zephyr boilerplate.cmake directly is deprecated, please use
 'find_package(Zephyr)'\nCall Stack (most recent call first):\n CMakeLists.txt:2 (include)


Loading Zephyr default modules (Zephyr base).
CMake Deprecation Warning at /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/modules/FindDeprecated.cmake:121 (message):
 'PYTHON_PREFER' variable is deprecated. Please use Python3_EXECUTABLE
 instead.
Call Stack (most recent call first):
 /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/modules/python.cmake:16 (find_package)
 /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/modules/zephyr_default.cmake:129 (include)
 /Users/Shaumne/.platformio/packages/framework-zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
 /Users/Shaumne/.platformio/packages/framework-zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
 /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/app/boilerplate.cmake:25 (find_package)
 CMakeLists.txt:2 (include)


CMake Error at /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/modules/configuration_files.cmake:78 (message):
 No prj.conf file was found in the
 /Users/Shaumne/Documents/PlatformIO/Projects/zephyrtest2/zephyr folder,
 please read the Zephyr documentation on application development.
Call Stack (most recent call first):
 /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/modules/zephyr_default.cmake:129 (include)
/Users/Shaumne/.platformio/packages/framework-zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
 /Users/Shaumne/.platformio/packages/framework-zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
 /Users/Shaumne/.platformio/packages/framework-zephyr/cmake/app/boilerplate.cmake:25 (find_package)
 CMakeLists.txt:2 (include)


========================== [FAILED] Took 2.73 seconds =========================="