Relative Content

Tag Archive for pythonflaskfrontendbackend

moviepy installation error in GitHub Actions workflow: subprocess-exited-with-error

I’m encountering an error while trying to install moviepy in my GitHub Actions workflow. The installation works fine on my local machine, but it sometimes fails in the CI environment. The error message indicates that getting requirements to build the wheel did not run successfully, with an exit code 1. It also mentions that the error originates from a subprocess and is likely not a problem with pip.