Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(devcontainer): Add packages required by grpcio #160

Open
wants to merge 1 commit into
base: 3.5-branch
Choose a base branch
from

Conversation

c10l
Copy link

@c10l c10l commented Mar 23, 2024

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 zmkfirmware/zmk#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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant