From 8877263371e1b621d310361fb4de3380f01e5262 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Wed, 2 Jun 2021 18:48:16 +0200 Subject: [PATCH] update: explicitely install scikit-image (cherry picked from commit c9f67c59c5e98520c512052214ef67bb8154ff0a) --- scripts/bash/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bash/update.sh b/scripts/bash/update.sh index f81a7c6..dc47719 100755 --- a/scripts/bash/update.sh +++ b/scripts/bash/update.sh @@ -38,6 +38,7 @@ function special_after(){ # updating and installing now whatever module has been added to package.json npm update sudo pip3 install -U -r /home/pi/PlanktonScope/requirements.txt + python3 -m pip install -U scikit-image ${log} "Nothing else special to do after updating!" }