From 4eb6287e6b9ed0832df0db1af0071dbfe1b2b4ca Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 30 Sep 2023 11:44:48 -0700 Subject: [PATCH] update python to 3.8 --- environment_setup/setup_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment_setup/setup_software.sh b/environment_setup/setup_software.sh index 72363bba99..557d4c3dc9 100755 --- a/environment_setup/setup_software.sh +++ b/environment_setup/setup_software.sh @@ -52,7 +52,7 @@ host_software_packages=( protobuf-compiler # This is required for the "NanoPb" library, which does not # properly manage this as a bazel dependency, so we have # to manually install it ourselves - python3 # Python 3 + python3.8 # Python 3 python3-dev # Python 3 headers python3-venv # Virtual Environment python3-pip # Required for bazel to install python dependencies for build targets