I have updated the context…Hopefully that will give a better idea. I used the latest release tag as suggested
git clone --branch v1.20.0 https://github.com/lvgl/lv_micropython.git
cd lv_micropython
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