runtime error

Exit code: 1. Reason: uf-6.32.1 Attempting uninstall: packaging Found existing installation: packaging 25.0 Uninstalling packaging-25.0: Successfully uninstalled packaging-25.0 Attempting uninstall: numpy Found existing installation: numpy 2.2.6 Uninstalling numpy-2.2.6: Successfully uninstalled numpy-2.2.6 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. spaces 0.40.1 requires psutil<6,>=2, but you have psutil 7.0.0 which is incompatible. datasets 4.0.0 requires fsspec[http]<=2025.3.0,>=2023.1.0, but you have fsspec 2025.9.0 which is incompatible. Successfully installed coloredlogs-15.0.1 flatbuffers-25.2.10 humanfriendly-10.0 mpmath-1.3.0 numpy-2.2.6 onnxruntime-gpu-1.22.0 packaging-25.0 protobuf-6.32.1 sympy-1.14.0 [notice] A new release of pip available: 22.3.1 -> 25.2 [notice] To update, run: pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/facefusion/facefusion.py", line 7, in <module> from facefusion import core File "/home/user/app/facefusion/facefusion/core.py", line 12, in <module> from facefusion import benchmarker, cli_helper, content_analyser, face_classifier, face_detector, face_landmarker, face_masker, face_recognizer, hash_helper, logger, process_manager, state_manager, video_manager, voice_extractor, wording File "/home/user/app/facefusion/facefusion/voice_extractor.py", line 5, in <module> import scipy ModuleNotFoundError: No module named 'scipy' Traceback (most recent call last): File "/home/user/app/app.py", line 28, in <module> subprocess.run(["python", "facefusion.py", "run", "--execution-providers", "cuda"], check=True) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', 'facefusion.py', 'run', '--execution-providers', 'cuda']' returned non-zero exit status 1.

Container logs:

Fetching error logs...