Skip to content

Commit

Permalink
[utils/common] Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit authored May 20, 2024
1 parent 10e7a06 commit 54b50b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54b50b9

Please sign in to comment.