rust
related error while running python3 -m pip install -Ur requirements.txt
when installing cryptography
. If this happens, you need to install the rust compiler
: cryptography
is coded in rust
.python3 -m pip install -Ur requirements.txt
.