From c8c676c584035760c34bbb92a114db6aebb24255 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 5 Jan 2019 15:52:49 +0100 Subject: [PATCH] Fixed a PIL version issue Specified the PIL version in the installer to 5.3.0 due to a bug with the latest version. Also, fixed some regex error messages. --- Installer-without-debug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer-without-debug b/Installer-without-debug index 26533fe..d14c115 100644 --- a/Installer-without-debug +++ b/Installer-without-debug @@ -43,9 +43,9 @@ echo "" # Installing a few packages which are missing on Raspbian Stretch Lite echo -e "\e[1;36m"Installing a few packages that are missing on Raspbian Stretch Lite..."\e[0m" { -sudo apt-get install python3-pip RPi.GPIO python3-spidev git libopenjp2-7-dev libtiff5 -y -pip3 install Pillow -sudo pip3 install Pillow +sudo apt-get install python3-pip python-rpi.gpio-dbgsym python3-rpi.gpio python-rpi.gpio python3-rpi.gpio-dbgsym python3-spidev git libopenjp2-7-dev libtiff5 -y +pip3 install Pillow==5.3.0 +sudo pip3 install Pillow==5.3.0 } > /dev/null echo ""