From 75392f167cfa072e536a38da9dcebfa15cadd1b5 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Thu, 17 Nov 2022 16:57:19 +0700 Subject: [PATCH] resolve numpy install hang --- install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c7fd6ad..bcc5632 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,9 @@ echo "Installing Dependencies" sudo apt update -sudo apt install -y python3 python3-pip -sudo pip3 install siwat-light-control-protocol +sudo apt install -y python3 python3-pip python3-scipy python3-numpy +sudo pip3 install pyserial +sudo pip3 install paho-mqtt +sudo pip3 install --no-deps siwat-light-control-protocol echo "Creating SLCP Working Directory" sudo cp -rv ./ /slcp