I tried switching to an older commit that was already deployed, but the issue with MoviePy persists. It seems to be related to caching, as it appears to be using an old cache instead of installing the package.
This service is using the MoviePy library, and it works normally locally. However, when I deploy it, the build process succeeds, but during the deployment step, I get an error saying that MoviePy does not exist in my project.
You can see in the requirements that MoviePy is included in the project.