Deployment Fail

Hello everyone,

I’m trying to deploy a website using Django and keep getting this error: 'ModuleNotFoundError: No module named ‘environ’. I copied the address of my virtual environment into my VsCode interpreter but it seems that is incorrect. Any clues anyone? Thank you.

Hi there,

It looks like the environ module is part of the django-environ package. Are you including this package in your build process, whether directly in the build command or in a requirements.txt file or equivalent? That would be the first thing I recommend checking.

Regards,
Mike


Render Support Engineer, MT (UTC-6)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.