zmk icon indicating copy to clipboard operation
zmk copied to clipboard

Missing dependency for local build on Windows

Open nobyk opened this issue 9 months ago • 2 comments

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).

nobyk avatar Jun 01 '25 09:06 nobyk

It's included in zephyr/scripts/requirements-extras.txt. I'll close the issue.

nobyk avatar Jun 01 '25 10:06 nobyk

Going to reopen as a documentation error: we should have requirements-extras documented for windows.

nmunnich avatar Jun 01 '25 17:06 nmunnich