runtime error
Exit code: 1. Reason: cessfully uninstalled protobuf-6.32.0 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. datasets 3.5.1 requires fsspec[http]<=2025.3.0,>=2023.1.0, but you have fsspec 2025.9.0 which is incompatible. spaces 0.35.0 requires psutil<6,>=2, but you have psutil 7.0.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-1.22.0 packaging-25.0 protobuf-6.32.0 sympy-1.14.0 [notice] A new release of pip is available: 25.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 18, in <module> subprocess.run(["python", "facefusion.py", "run", "--execution-providers", "cpu"], check=True) File "/usr/local/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', 'facefusion.py', 'run', '--execution-providers', 'cpu']' returned non-zero exit status 1.
Container logs:
Fetching error logs...