Forums

Something went wrong :-(

Error running WSGI application ModuleNotFoundError: No module named 'environs'

However I installed this module before cloning the repo

Also, when I try to migrate the database I get the error: ModuleNotFoundError: No module named 'djangoproject'

There has never been a module with this name at all, so where is this being pulled from?

Hi, we have a help page for that. Also, make sure your web app uses the same Python version/environment that you installed all requirements to.

Hey pafk, thank you for the response. I have gone through the help page but to no success. How do I check that my app uses the same python/enviro as the requirements? Thank you

For the database migration. How comes there is a new module that I havent created/used before giving an error?

Something is trying to import it. You can use the rest of the traceback to work our where that import is.