runtime error
Exit code: 1. Reason: Cloning into 'DiffRhythm'... ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 4.7.0 requires pyarrow>=21.0.0, but you have pyarrow 19.0.1 which is incompatible. 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. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1442, in load_library File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: /usr/local/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 18, in <module> from infer.infer import DiffRhythm File "/app/DiffRhythm/infer/infer.py", line 23, in <module> import torchaudio File "/usr/local/lib/python3.10/site-packages/torchaudio/__init__.py", line 2, in <module> from . import _extension # noqa # usort: skip File "/usr/local/lib/python3.10/site-packages/torchaudio/_extension/__init__.py", line 38, in <module> _load_lib("libtorchaudio") File "/usr/local/lib/python3.10/site-packages/torchaudio/_extension/utils.py", line 60, in _load_lib torch.ops.load_library(path) File "/usr/local/lib/python3.10/site-packages/torch/_ops.py", line 1444, in load_library OSError: Could not load this library: /usr/local/lib/python3.10/site-packages/torchaudio/lib/libtorchaudio.so
Container logs:
Fetching error logs...