runtime error

Exit code: 1. Reason: l (6.1 kB) Requirement already satisfied: pillow<11.0,>=9.2.0 in /usr/local/lib/python3.10/site-packages (from moviepy) (10.2.0) Requirement already satisfied: setuptools in /usr/local/lib/python3.10/site-packages (from imageio_ffmpeg>=0.2.0->moviepy) (65.5.1) Requirement already satisfied: tqdm in /usr/local/lib/python3.10/site-packages (from proglog<=1.0.0->moviepy) (4.66.2) Installing collected packages: python-dotenv, proglog, imageio_ffmpeg, imageio, decorator, moviepy Successfully installed decorator-5.1.1 imageio-2.36.1 imageio_ffmpeg-0.5.1 moviepy-2.1.1 proglog-0.1.10 python-dotenv-1.0.1 [notice] A new release of pip available: 22.3.1 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Collecting ffmpeg-python Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB) Collecting future Downloading future-1.0.0-py3-none-any.whl (491 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 40.4 MB/s eta 0:00:00 Installing collected packages: future, ffmpeg-python Successfully installed ffmpeg-python-0.2.0 future-1.0.0 [notice] A new release of pip available: 22.3.1 -> 24.3.1 [notice] To update, run: pip install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.10/site-packages (22.3.1) Collecting pip Downloading pip-24.3.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 43.7 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 22.3.1 Uninstalling pip-22.3.1: Successfully uninstalled pip-22.3.1 Successfully installed pip-24.3.1 Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> from Moviepy import extract_audio_from_video File "/home/user/app/Moviepy.py", line 1, in <module> from moviepy.editor import * ModuleNotFoundError: No module named 'moviepy.editor'

Container logs:

Fetching error logs...