Forums

No module named 'moviepy'

[formatted by admin]

2024-11-12 20:13:21,970: Error running WSGI application
2024-11-12 20:13:21,971: ModuleNotFoundError: No module named 'moviepy'
2024-11-12 20:13:21,971:   File "/var/www/roeartheassystem_pythonanywhere_com_wsgi.py", line 16, in <module>
2024-11-12 20:13:21,971:     from flask_app import app as application  # noqa
2024-11-12 20:13:21,972: 
2024-11-12 20:13:21,972:   File "/home/roearthEASsystem/mysite/flask_app.py", line 4, in <module>
2024-11-12 20:13:21,972:     from moviepy.editor import *
2024-11-12 20:13:21,972: ***************************************************
2024-11-12 20:13:21,972: If you're seeing an import error and don't know why,
2024-11-12 20:13:21,973: we have a dedicated help page to help you debug: 
2024-11-12 20:13:21,973: https://help.pythonanywhere.com/pages/DebuggingImportError/
2024-11-12 20:13:21,973: ***************************************************

i dont know why this going on, moviepy is installed in the directory, please help.

https://imgur.com/hLHPEDJ.png

Make sure you installed the requirement for the same enviroment / Python version you run your web app with and you reloaded the web app afterwards.