You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"[voxd] System Python $ver is unsupported and no newer Python was found. Use 'bash packaging/install_voxd.sh <rpm>' to provision a newer Python, or create $APPDIR/.venv with Python >= 3.9.">&2
87
91
exit 1
88
92
fi
89
-
;;
90
-
esac
93
+
fi
91
94
fi
92
95
93
96
# Ensure Python can import the embedded source tree
0 commit comments