Building lv_micropython with the latest commit causing errors

I have updated the context…Hopefully that will give a better idea. I used the latest release tag as suggested

  1. git clone --branch v1.20.0 https://github.com/lvgl/lv_micropython.git
  2. cd lv_micropython
  3. git submodule update --init --recursive lib/lv_bindings

Step 3 is giving error: pathspec 'lib/lv_bindings' did not match any file(s) known to git

I checked .gitmodules lv_bindings is not configured here as well.

The same error is visible with 1.19.1 as well