From 6c2c11577dd200903d29bdbd413633ef3c3f204b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Svoboda?= Date: Wed, 21 Nov 2018 04:58:14 +0100 Subject: [PATCH] Pin redis to version 2.10.6 to work around https://github.com/celery/celery/issues/5175 --- scripts/install/install.ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install.ubuntu.sh b/scripts/install/install.ubuntu.sh index 58d0e521d..e7d2b70d7 100755 --- a/scripts/install/install.ubuntu.sh +++ b/scripts/install/install.ubuntu.sh @@ -54,7 +54,7 @@ apt-get install openssh-server net-tools nginx redis-server build-essential open apt-get install python python-dev python-pip python-lxml python-cheetah python-simplejson apt-get install libltdl7 libpcre3 libpcre++-dev libxml2-dev libxslt-dev libltdl-dev -pip install redis gunicorn celery +pip install 'redis==2.10.6' gunicorn celery # install kontext requirements pip install -r ${INSTALL_DIR}/requirements.txt