runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/pyworld/__init__.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources Traceback (most recent call last): File "/app/app.py", line 4, in <module> from rvc_python.infer import infer_file # Imports the official model engine mapper logic File "/usr/local/lib/python3.10/site-packages/rvc_python/__init__.py", line 1, in <module> import rvc_python.infer File "/usr/local/lib/python3.10/site-packages/rvc_python/infer.py", line 7, in <module> from rvc_python.modules.vc.modules import VC File "/usr/local/lib/python3.10/site-packages/rvc_python/modules/vc/modules.py", line 19, in <module> from rvc_python.modules.vc.utils import * File "/usr/local/lib/python3.10/site-packages/rvc_python/modules/vc/utils.py", line 3, in <module> from fairseq import checkpoint_utils ModuleNotFoundError: No module named 'fairseq'
Container logs:
Fetching error logs...