You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In installed rust on a clean Raspberry Pi 4 with the current version or raspberian using curl https://sh.rustup.rs -sSf | sh, which I understand is the supported method for installing rust. It failed.
In installed rust on a clean Raspberry Pi 4 with the current version or raspberian using
curl https://sh.rustup.rs -sSf | sh
, which I understand is the supported method for installing rust. It failed.The solution was to use a non-default option, as described here:
https://stackoverflow.com/questions/67148415/fail-to-run-cargo-after-install-rust-on-raspberry-pi-4
I think it would be great if the install script could detect a Raspberry Pi and provide the correct default option.
I had the exact same set of issues described here: #2565
The text was updated successfully, but these errors were encountered: