From 35b7a2f3356f18762407699921a46b17adfc8b0d Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Wed, 17 Feb 2021 04:26:58 +0000 Subject: [PATCH] Resolve "Error while installing Mistborn" --- scripts/subinstallers/docker_manual.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/subinstallers/docker_manual.sh b/scripts/subinstallers/docker_manual.sh index 2cbb329..2d02ddb 100755 --- a/scripts/subinstallers/docker_manual.sh +++ b/scripts/subinstallers/docker_manual.sh @@ -63,6 +63,7 @@ echo "Installing Docker Compose" # Install Docker Compose from pip # This might take a while -sudo pip3 install docker-compose +# cryptography >=3.4 requires rust to compile, and no rust compiler is readily available for ARM +sudo pip3 install cryptography==3.3.2 docker-compose #fi