Installing Rust Complier

Hi,

Just wondering if anyone has anyluck installing the rust compiler on their vero 4k box ?

I need Rust to install the latest cryptography 38.0.1

I am using the latest bullseye update and using

curl https://sh.rustup.rs -sSf | sh -s – --verbose

this script works but just hangs with cpu at 100%

Current installation options:

** default host triple: aarch64-unknown-linux-gnu**
** default toolchain: stable (default)**
** profile: default**
** modify PATH variable: yes**

1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>1

info: profile set to ‘default’
info: default host triple is armv7-unknown-linux-gnueabihf
verbose: installing toolchain ‘stable-armv7-unknown-linux-gnueabihf’
verbose: toolchain directory: ‘/root/.rustup/toolchains/stable-armv7-unknown-lin ux-gnueabihf’
info: syncing channel updates for ‘stable-armv7-unknown-linux-gnueabihf’
verbose: creating temp file: /root/.rustup/tmp/5ltjt1xwlexbj1h__file
verbose: downloading file from: ‘https://static.rust-lang.org/dist/channel-rust- stable.toml.sha256’
rbose: downloading with reqwest

Have you tried leaving this for a while to see if this helps?

There may be a Rust forum or support mailing list where you could ask about this problem.

Happened to me as well.

Just download the wheel from piwheels - cryptography and you’ll be good to go.

Could you please explain briefly how to do this? Searched the net without luck. Thanks