zmk
zmk copied to clipboard
Missing dependency for local build on Windows
I configured my local build environment following the doc Native Setup, but got an error below on nanopb at running west build.
FileNotFoundError: [Errno 2] No such file or directory
To fix the error, I had to call pip install grpcio_tools which is missing from the doc (or zephyr/scripts/requirements-base.txt).
It's included in zephyr/scripts/requirements-extras.txt. I'll close the issue.
Going to reopen as a documentation error: we should have requirements-extras documented for windows.