From 3ef075ef8ae5785a658d305cea8055ab197aa46e Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Mon, 31 Oct 2022 16:14:25 +0800 Subject: [PATCH] [demos] Fix flask_tls python packages dependency issue --- demos/python/flask/install_python_with_conda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/python/flask/install_python_with_conda.sh b/demos/python/flask/install_python_with_conda.sh index 69ae2c71..e900603e 100755 --- a/demos/python/flask/install_python_with_conda.sh +++ b/demos/python/flask/install_python_with_conda.sh @@ -8,4 +8,4 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" # 2. Install python and dependencies to specified position [ -f Miniconda3-latest-Linux-x86_64.sh ] || wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh [ -d miniconda ] || bash ./Miniconda3-latest-Linux-x86_64.sh -b -p $script_dir/miniconda -$script_dir/miniconda/bin/conda create --prefix $script_dir/python-occlum -y python=3.8.10 flask=1.1.2 flask-restful=0.3.8 +$script_dir/miniconda/bin/conda create --prefix $script_dir/python-occlum -y python=3.7.11 flask=1.1.2 flask-restful=0.3.8 jinja2=3.0