mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
To avoid "cannot import name main" error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user