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 () {