From 2574d127bca88b4dac8325b93c429c8160123719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 1 Mar 2020 20:02:29 +0100 Subject: [PATCH] Fix pip installation error, issue #55 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6b6b2b7..0cf1254 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -115,7 +115,7 @@ install_dependance() { ynh_install_app_dependencies python2.7 python-pip python-setuptools python-simplejson python-imaging python-mysqldb python-flup expect python-requests python-dev # Upgrade setuptools for jessie because the new moviepy package is not compatible with setuptools 5.x [ "$(lsb_release --codename --short)" = "jessie" ] && pip install --upgrade setuptools - pip install pillow moviepy + pip install Pillow 'moviepy<1.0' 'imageio<2.8' certifi idna } ynh_clean_setup () {