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.
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.