zmk-docker icon indicating copy to clipboard operation
zmk-docker copied to clipboard

fix(devcontainer): Add packages required by grpcio

Open c10l opened this issue 3 months ago • 0 comments

When running pip3 install --user -r zephyr/scripts/requirements.txt (last step on https://zmk.dev/docs/development/setup), grpcio install fails with the following error:

FileNotFoundError: [Errno 2] No such file or directory: c++: c++

This happens due to missing dev tooling in the container.


This is functionally equivalent to https://github.com/zmkfirmware/zmk/pull/2216 . It was suggested in that MR that the best place for this fix would be this repository instead. If that's the case, if and when this MR is merged, that one can be closed.

c10l avatar Mar 23 '24 11:03 c10l