From b1b8a79bff9c07ad53cdc4de482fb1dff739e0c1 Mon Sep 17 00:00:00 2001 From: Waldek Date: Tue, 16 Feb 2021 12:55:06 +0100 Subject: [PATCH] add cargo package to solve the problem during installation of cryptography package for python3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9956ee4..2dc9e5a 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash # Install the required support programs -apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev sed -y +apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y pip3 install setuptools wheel pip3 install -r requirements.txt