From b6fb787ee2ec9cc07307ac556f15b4738d99810d Mon Sep 17 00:00:00 2001 From: Benjamin Gilby Date: Wed, 25 Oct 2023 11:47:31 +0900 Subject: [PATCH] change python version from 3.6 to 3.8 for anvil --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d1222ab..773c83c 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash colcon build \ --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release \ - -DPython3_EXECUTABLE=$(which python3.6) -DCMAKE_CUDA_STANDARD=14 \ + -DPython3_EXECUTABLE=$(which python3.8) -DCMAKE_CUDA_STANDARD=14 \ --packages-up-to edge_auto_jetson_launch