ImportError: no module named 'lv_utils'

I’m getting the following error when trying to run a script for the first time on a Raspberry PI Pico:

ImportError: no module named 'lv_utils'

I’ve built the RP2 port with no modifications and loaded it as a UF2 on the pico.

I’ve also included the “sys.path.append(‘’)” workaround, but it appears that it’s not working in my case. What’s strange is that it can import “lvgl”, but not “lv_utils”.

This is my first time using LVGL, so perhaps I’m missing a step? Any suggestions or guidance on how to further debug would be appreciated.

the code you are trying to run if for use with MicroPython compiled to run on unix not on the RP2. SDL is not available on the RP2