-
Notifications
You must be signed in to change notification settings - Fork 160
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
bug(pip): subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1. #409
Comments
It can be fixed by:
|
I haven't encountered any trouble building envd-quick-start with docker in lima on Intel Mac, so I have no idea. 😂 Originally posted by @rudeigerc in #370 (comment) |
It is a cross multi arch problem I had met before.
I think we could close this issue. |
@aseaday I think we should support different arches and os (e.g. macOS arch64, Linux arch64) Thus maybe we should keep it open? |
The error from this issue's title cames from build amd64 container from arm64 host which could be called build cross (buildx). It would cause lsb_release error because of lsb_release call something from kernel or kernel in vm. I think this case is some bug related to docker directly rather than envd. The links I mention above is enough for users discovery themselves and in most cases, they could fix it by upgrade their docker client for arm mac. As for cross arch or multi arch support problem, we'd better open another issue. |
Thanks for the explanation! SGTM. Then I think we can close it. |
We got this issue when:
The text was updated successfully, but these errors were encountered: