Hugging Face's logo
KrisKale45
/
Agents
Runtime error

runtime error

Exit code: 1. Reason: ages (from matplotlib->voicefixer) (3.3.2) Requirement already satisfied: standard-chunk in /usr/local/lib/python3.13/site-packages (from standard-aifc->librosa->voicefixer) (3.13.0) Requirement already satisfied: audioop-lts in /usr/local/lib/python3.13/site-packages (from standard-aifc->librosa->voicefixer) (0.2.2) 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. [notice] A new release of pip is available: 26.1.1 -> 26.1.2 [notice] To update, run: pip install --upgrade pip Downloading the weight of neural vocoder: TFGAN Weights downloaded in: /root/.cache/voicefixer/synthesis_module/44100/model.ckpt-1490000_trimed.pt Size: 135613039 Downloading the main structure of voicefixer Traceback (most recent call last): File "/app/app.py", line 4, in <module> from voicefixer import VoiceFixer File "/usr/local/lib/python3.13/site-packages/voicefixer/__init__.py", line 14, in <module> from voicefixer.base import VoiceFixer File "/usr/local/lib/python3.13/site-packages/voicefixer/base.py", line 4, in <module> from voicefixer.restorer.model import VoiceFixer as voicefixer_fe File "/usr/local/lib/python3.13/site-packages/voicefixer/restorer/__init__.py", line 31, in <module> urllib.request.urlretrieve( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ meta["voicefixer_fe"]["url"], meta["voicefixer_fe"]["path"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/urllib/request.py", line 250, in urlretrieve raise ContentTooShortError( "retrieval incomplete: got only %i out of %i bytes" % (read, size), result) urllib.error.ContentTooShortError: <urlopen error retrieval incomplete: got only 422813208 out of 489307071 bytes>

Container logs:

Fetching error logs...