diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index a894266f2e..a7aaa6d3f6 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -62,6 +62,7 @@ PACKAGES+=" python3.10" PACKAGES+=" python3.11" PACKAGES+=" python3-pip" PACKAGES+=" python3-setuptools" +PACKAGES+=" python3-wheel-common" PACKAGES+=" python3.10-venv" PACKAGES+=" python3.11-venv"