This commit is contained in:
unknown
2025-12-16 19:26:13 -08:00
parent 6be5c68e21
commit 7271cfe1b8
3 changed files with 6 additions and 3 deletions

View File

@@ -627,6 +627,8 @@ function install_python_packages {
echo "[ebook2audiobook] Installing dependencies..."
python3 -m pip cache purge > /dev/null 2>&1
python3 -m pip install --upgrade pip > /dev/null 2>&1
python3 -m pip install --upgrade pip pip setuptools wheel >nul 2>&1
python3 -m pip install --upgrade llvmlite numba --only-binary=:all:
python3 -m pip install --upgrade --no-cache-dir -r "$SCRIPT_DIR/requirements.txt" || exit 1
python3 -m unidic download || exit 1
echo "[ebook2audiobook] Installation completed."