From df9bd38c08039252d786b8be41edc8cdba6aeae7 Mon Sep 17 00:00:00 2001 From: ariarijp Date: Fri, 20 Apr 2018 11:39:36 +0900 Subject: [PATCH] To avoid "cannot import name main" error --- setup/ubuntu/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ubuntu/bootstrap.sh b/setup/ubuntu/bootstrap.sh index 7bb34c28a..398e6e3af 100644 --- a/setup/ubuntu/bootstrap.sh +++ b/setup/ubuntu/bootstrap.sh @@ -71,7 +71,7 @@ extract_redash_sources() { } install_python_packages() { - pip install --upgrade pip + pip install --upgrade pip==9.0.3 # TODO: venv? pip install setproctitle # setproctitle is used by Celery for "pretty" process titles pip install -r $REDASH_BASE_PATH/current/requirements.txt