From e1e87065f1a670774e941dae105a1be7d01b00ba Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 6 Jul 2018 22:29:38 +0200 Subject: [PATCH] chg: [python requirements] added pathlib module in case it's missing --- scripts/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7247fd5..aac5615 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -563,6 +563,8 @@ sudo pip3 install -I -r REQUIREMENTS > /dev/null 2>&1 sudo pip3 install -I . > /dev/null 2>&1 sudo pip3 install lief 2>&1 sudo pip3 install maec 2>&1 +sudo pip2 install pathlib 2>&1 +sudo pip3 install pathlib 2>&1 sudo pip3 install pymisp python-magic wand yara > /dev/null 2>&1 sudo pip3 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1 # pip2 install