-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rust does not work after install on Raspberry Pi Zero 2 W #120406
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
Comments
Have you ran |
|
It looks like your rustup install is broken. Probably because it ran out of memory while installing or was otherwise interrupted. You should try reinstalling (run |
Awesome, that fixed it! Thank you for the prompt response. To document what I ran to help others in the future:
|
Thanks, this works for me. I have a SBC with only 512 mb ram ! |
I installed rust on my new Raspberry Pi Zero 2 W (with latest Raspbian version). I ran the following, and got a message in the end that it succeeded:
After rebooting and running
rustc --version
, I get a bunch of messages and an error:Meta
rustc --version --verbose
:Is there something I'm missing or a setting to change?
Thank you,
Ben
The text was updated successfully, but these errors were encountered: