From f0ca51ef1f6f7dbc7f678270c43aa6c3954caa4c Mon Sep 17 00:00:00 2001 From: Jin wook Lee Date: Fri, 13 May 2022 14:08:57 -0700 Subject: [PATCH] fix pyyaml install issue --- .isort.cfg | 2 +- scripts/gcp_caper_server/create_instance.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index 2c982c6f..c061ec84 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -4,7 +4,7 @@ include_trailing_comma = True force_grid_wrap = 0 use_parentheses = True line_length = 88 -known_third_party = WDL,autouri,humanfriendly,matplotlib,numpy,pandas,pyhocon,pytest,requests,setuptools,sklearn +known_third_party = WDL,autouri,distutils,humanfriendly,matplotlib,numpy,pandas,pyhocon,pytest,requests,setuptools,sklearn [mypy-bin] ignore_errors = True diff --git a/scripts/gcp_caper_server/create_instance.sh b/scripts/gcp_caper_server/create_instance.sh index 7cf211e6..c7dd518c 100755 --- a/scripts/gcp_caper_server/create_instance.sh +++ b/scripts/gcp_caper_server/create_instance.sh @@ -295,7 +295,7 @@ sudo psql -d $POSTGRESQL_DB_NAME -c \"create role $POSTGRESQL_DB_USER with super ### upgrade pip and install caper croo sudo python3 -m pip install --upgrade pip -sudo pip install caper croo +sudo pip install --ignore-installed caper croo """ echo "$(date): Google auth with service account key file."