Following the LV_micropython git hub instructions for rp2040 on Mac I get the following error on the last make command? It seems to be having trouble locating the .cmake file. Any hints on this one, be mindful I’m a newbie so take it easy! Copied the code below. Note I have already removed and reinstalled python from the python.org rather than home-brew install.
adamthompson@Adams-MacBook-Pro lv_micropython % make -j -C ports/rp2 BOARD=PICO USER_C_MODULES=…/…/lib/lv_bindings/bindings.cmake
[ -e build-PICO/Makefile ] || cmake -S . -B build-PICO -DPICO_BUILD_DOCS=0 -DMICROPY_BOARD=PICO -DMICROPY_BOARD_DIR=/Users/adamthompson/lv_micropython/ports/rp2/boards/PICO -DUSER_C_MODULES=…/…/lib/lv_bindings/bindings.cmake
/Library/Developer/CommandLineTools/usr/bin/make -s -C build-PICO || (echo -e “See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m”; false)
make[3]: /opt/homebrew/Frameworks/Python.framework/Versions/3.13/bin/python3.13: No such file or directory
make[3]: *** [CMakeFiles/BUILD_VERSION_HEADER] Error 1
make[2]: *** [CMakeFiles/BUILD_VERSION_HEADER.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs…
[ 0%] Performing build step for ‘ELF2UF2Build’
[ 0%] Built target bs2_default
[100%] Built target elf2uf2
[ 0%] No install step for ‘ELF2UF2Build’
[ 1%] Completed ‘ELF2UF2Build’
[ 2%] Built target ELF2UF2Build
make[1]: *** [all] Error 2
-e See Build Troubleshooting · micropython/micropython Wiki · GitHub
make: *** [all] Error 1
adamthompson@Adams-MacBook-Pro lv_micropython % python3 --version
Python 3.13.1