From 8e53ef63f4f08da70c8999fa12034e180c8d30ba Mon Sep 17 00:00:00 2001 From: Ace Date: Fri, 4 Jan 2019 20:03:29 +0100 Subject: [PATCH] Testing some fixes for PIL --- Installer-with-debug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer-with-debug b/Installer-with-debug index cde90c6..d054532 100644 --- a/Installer-with-debug +++ b/Installer-with-debug @@ -42,8 +42,8 @@ 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 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 -sudo pip3 install Pillow +pip3 install Pillow==5.3.0 +sudo pip3 install Pillow==5.3.0 echo "" # Running apt-get clean and apt-get autoremove