runtime error
Exit code: 1. Reason: ners-2.4.0 soundfile-0.14.0 soxr-1.1.0 standard-aifc-3.13.0 standard-chunk-3.13.0 standard-sunau-3.13.0 sympy-1.14.0 tabulate-0.10.0 tensorboard-2.21.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 tokenizers-0.22.2 toolz-1.1.0 torch-2.13.0 torchaudio-2.11.0 transformers-4.57.6 triton-3.7.1 typeguard-4.5.2 typeshed-client-2.12.0 vocos-0.1.0 werkzeug-3.1.8 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. WARNING:root:Failed import k2 with error No module named 'k2'. Swoosh functions will fallback to PyTorch implementation, leading to slower speed and higher memory consumption. Traceback (most recent call last): File "/app/LuxTTS/zipvoice/tokenizer/tokenizer.py", line 33, in <module> from piper_phonemize import phonemize_espeak File "/usr/local/lib/python3.13/site-packages/piper_phonemize/__init__.py", line 6, in <module> from piper_phonemize_cpp import ( ...<8 lines>... ) ModuleNotFoundError: No module named 'piper_phonemize_cpp' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 19, in <module> from zipvoice.luxvoice import LuxTTS File "/app/LuxTTS/zipvoice/luxvoice.py", line 2, in <module> from zipvoice.modeling_utils import process_audio, generate, load_models_gpu, load_models_cpu File "/app/LuxTTS/zipvoice/modeling_utils.py", line 19, in <module> from zipvoice.tokenizer.tokenizer import EmiliaTokenizer File "/app/LuxTTS/zipvoice/tokenizer/tokenizer.py", line 35, in <module> raise RuntimeError( ...<3 lines>... ) RuntimeError: No module named 'piper_phonemize_cpp' Please run pip install piper_phonemize -f https://k2-fsa.github.io/icefall/piper_phonemize.html
Container logs:
Fetching error logs...