Installing cryptography fails with error: Can not find Rust compiler. ... You may be able to fix this by upgrading to a newer version of pip which will install a pre-compiled cryptography wheel. If not, you'll need to install Rust. Follow the instructions to ensure you install a recent Rust version.
How do I install rust compiler in Termux?
Install Termux and Nightly Rust
- Install fish shell, set as default shell, and launch it: pkg install fish chsh -s fish fish. ...
- Install some basic tools: pkg install wget tar.
- Install cargo and a nightly version of rustc: pkg install rustc cargo rustc-nightly.
How do I get rid of cryptography error?
- You can install rust, as another answer mentioned.
- You can downgrade your cryptography version to 3.4.x.
- You can upgrade to pip version 19.1.1 or higher, which installs precompiled packages.