Search Criteria
Package Details: coqui-tts 0.24.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/coqui-tts.git (read-only, click to copy) |
---|---|
Package Base: | coqui-tts |
Description: | Deep learning for Text to Speech |
Upstream URL: | https://github.com/idiap/coqui-ai-TTS |
Licenses: | MPL2 |
Conflicts: | python-tts, tts |
Provides: | python-tts, tts |
Replaces: | python-tts, tts |
Submitter: | AlphaJack |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 3 |
Popularity: | 0.072880 |
First Submitted: | 2024-11-02 14:37 (UTC) |
Last Updated: | 2024-12-01 19:45 (UTC) |
Dependencies (38)
- cython (cython-gitAUR, cython0AUR)
- python (python37AUR, python311AUR, python310AUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-anyasciiAUR
- python-coqpitAUR
- python-coqui-trainerAUR
- python-flask
- python-fsspec
- python-inflect
- python-librosa
- python-numba (python-numba-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy1AUR)
- python-packaging
- python-pysbdAUR
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, 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-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR)
- python-soundfile
- python-soxr
- python-torchaudioAUR (python-torchaudio-gitAUR, python-torchaudio-rocmAUR)
- python-tqdm
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (make)
- python-wheel (make)
- pypinyin (optional) – for chinese
- python-coqpitAUR (optional) – for configuration
- python-coqui-trainerAUR (optional) – for training
- python-einopsAUR (optional) – for tortoise
- python-gruutAUR (optional) – for german, spanish, french
- python-jamo-gitAUR (optional) – for korean
- python-jieba (optional) – for chinese
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for training
- python-mecabAUR (optional) – for japanese
- python-nltk (optional) – for korean
- python-pandas (optional) – for notebooks
- python-transformersAUR (optional) – for tortoise
- python-umap-learnAUR (optional) – for notebooks
- python-unidic-liteAUR (optional) – for japanese
Required by (3)
- dsnote (requires tts) (optional)
- dsnote-git (requires tts) (optional)
- python-tts-say (requires python-tts)
Latest Comments
« First ‹ Previous 1 2
wheelsofindustry commented on 2024-05-25 08:15 (UTC)
the https://github.com/idiap/coqui-ai-TTS fork builds w/python 3.12... only minor changes to the PKGBUILD.
Muflone commented on 2024-04-27 16:19 (UTC)
@AlphaJack as you are the current co-maintainer and last packager and also the package maintainer for the tts package, if you agree, please file a merge request to merge python-tts into tts, resulting also in python-tts to be removed
rgomez commented on 2024-02-28 07:10 (UTC) (edited on 2024-02-28 11:09 (UTC) by rgomez)
As of this date, appears that this package is lacking a few dependencies which I had to add manually:
adlerweb commented on 2023-12-26 20:42 (UTC)
tts requires cython ~=0.29.30, this equals "cython0" as dependency, "cython" won't work.
skeilnet commented on 2023-12-11 14:32 (UTC) (edited on 2023-12-11 14:33 (UTC) by skeilnet)
As mentioned by @yan12125 in Request #47235, which has been rejected, it was noted that Upstream describes itself as "a deep learning toolkit for Text-to-Speech, battle-tested in research and production". Therefore, it appears that this software is designed as a Python module rather than a CLI application. Following Python packaging guidelines, the suggested package name would be python-tts.
While I didn't have much time to update third-party packages, I do intend to do so soon. Additionally, I have obtained express authorization from Coqui-AI itself to manage their packages on the AUR as I am part of their GitHub organization (@wasertech).
MarsSeed commented on 2023-12-11 12:22 (UTC)
Please delete the
python-tts
package. tts is a newer package for the same, and as per Python package naming guidelines, anything that is an application as well should omit thepython-
prefix, unless it is something that is a basic Python ecosystem tool, like pip or tox (python-pip, python-tox).skeilnet commented on 2023-10-10 16:03 (UTC)
Welcome in my world 😅. Every time coqui adds a dependency module for a new release we need to locate or create and build that package so that we can add it to the list of deps for this one. Let me know if you want the accès to update the pkg file.
Enverex commented on 2023-10-10 14:16 (UTC)
This runs into dependency hell for me.
It installs, but then fails to run due to: ModuleNotFoundError: No module named 'coqpit'
So you install python-coqpit, then it fails due to: ModuleNotFoundError: No module named 'trainer'
So you try to install python-coqui-trainer but that fails because of missing dependencies. You can try and brute force it but then it STILL fails because: ModuleNotFoundError: No module named 'bangla'
... of which I can't find anything relevant.
skeilnet commented on 2023-09-12 17:47 (UTC) (edited on 2023-09-12 22:02 (UTC) by skeilnet)
AlphaJack, since you went to the trouble to update TTS, I updated
python-tts
using your PKGBUILD as a cleaner template and added you as maintainer. It's probably better if we stick to only one TTS package. Preferablypython-tts
as this is the preferred way to name packages on the AUR. If this compromise satisfy you, I invite you to submit a removal request as duplicate package.« First ‹ Previous 1 2