Search Criteria
Package Details: piper-tts 1.4.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/piper-tts.git (read-only, click to copy) |
|---|---|
| Package Base: | piper-tts |
| Description: | Fast and local neural text-to-speech engine |
| Upstream URL: | https://github.com/OHF-Voice/piper1-gpl |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | piper, piper-tts |
| Provides: | piper-tts |
| Submitter: | AUR-user |
| Maintainer: | AUR-user |
| Last Packager: | AUR-user |
| Votes: | 7 |
| Popularity: | 2.18 |
| First Submitted: | 2025-08-01 21:17 (UTC) |
| Last Updated: | 2026-02-05 22:35 (UTC) |
Dependencies (15)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-onnxruntime (python-onnxruntime-cpu, python-onnxruntime-cuda, python-onnxruntime-opt-cuda, python-onnxruntime-opt-rocm, python-onnxruntime-rocm)
- python-pathvalidateAUR
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-scikit-build (make)
- python-setuptools (make)
- python-wheel (make)
- python-flask (optional) – http server
- python-onnx (optional) – patch voice with alignment
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (optional) – train
Required by (6)
- epub_to_audiobook (optional)
- epub_to_audiobook-git (optional)
- gamevox-git (optional)
- piper-speak
- piper-voices-common
- python-wyoming-piper
Latest Comments
Clover_Yan commented on 2026-02-12 12:01 (UTC)
Piper introduced g2pW in v1.4.0 recently. This makes the library g2pW necessary. I hope someone can help packaging
python-g2pwand add it into (opt)deps. Thanks in advanceFGYada commented on 2026-02-09 20:21 (UTC) (edited on 2026-02-09 20:27 (UTC) by FGYada)
I encountered the "Bad vowel file" error during the espeak-ng compilation phase. It seems to be a race condition when building with multiple cores. Here is how I fixed it:
Edit the PKGBUILD and add
export CMAKE_BUILD_PARALLEL_LEVEL=1inside thebuild()function.Example:
build() { cd "$_pkgname" export CMAKE_BUILD_PARALLEL_LEVEL=1 python -m build --wheel --no-isolation }Schlaefer commented on 2026-02-05 09:39 (UTC)
1.4.1-1 needs a checksum update and
aur/python-pathvalidateas new dependency.AUR-user commented on 2026-01-17 17:05 (UTC)
Both packages (piper and piper-tts) provide
/usr/lib/python3.14/site-packages/piper/I don't see a way to change the module name without breaking dependencies.
It might be best to contact upstream (https://github.com/OHF-voice/piper1-gpl) to solve the name conflict.
xamindar commented on 2026-01-17 03:09 (UTC) (edited on 2026-01-17 03:16 (UTC) by xamindar)
Why do you have this flagging my mouse configuration software (piper) as a conflict? This should not conflict with the piper-tts at all.....
:: piper-tts-1.3.0-2 and piper-0.8-3 are in conflict. Remove piper? [y/N]
FIX: conflicts=('piper-tts' 'piper')
should be changed to:
conflicts=('piper-tts')
EDIT, looks like it still tries to clobber some piper files under site packages. Please fix. We should not have packages conflicting with other completely unrelated packages on a system.
Schlaefer commented on 2025-12-06 12:16 (UTC)
I think we are running into this: https://github.com/OHF-Voice/piper1-gpl/issues/126
extra-x86_64-buildworks fine though.AUR-user commented on 2025-12-06 11:00 (UTC)
@sinayion: You could try to build without an AUR helper.
I don't have a problem when using
extra-x86_64-buildto build the package.sinayion commented on 2025-11-11 03:10 (UTC) (edited on 2025-11-11 03:12 (UTC) by sinayion)
Getting the following error when trying to install. Not sure what's going on:
dot_avi commented on 2025-10-24 16:26 (UTC)
This package conflicts with the piper package from the official repos. Both try to add a piper package to the current python site-packages.