diff --git a/utils/common.sh b/utils/common.sh index f620f498..b79074be 100644 --- a/utils/common.sh +++ b/utils/common.sh @@ -207,6 +207,9 @@ function required_packages() { case "$DISTRO_NAME" in debian | ubuntu | raspbian | linuxmint | zorin) [ "$DISTRO_VERSION_ID" == "11" ] && export PYTHON_VERSION="3" + # This is a temporary fix until OVOS works is confirmed to work with + # Python 3.12. Requirements are PocketSphinx, tflite-runtime and + # onnxruntime Python packages. if [ "$(ver "$DISTRO_VERSION_ID")" -ge "$(ver 24.04)" ]; then { apt-get update