'No module named 'encodings'' error when deploying django app on apache with mod_wsgi
Versions list: Centos 7---django 2.1.7---Apache 2.4.6---Python 3.6 Check EDIT 5 for most recent error log followed this tutorial here: https://www.digitalocean.com/community/tutorials/how-to-serve-django-applications-with-apache-and-mod_wsgi-on-centos-7 I am able to run sudo systemctl start httpd and when i go to the url i get a Internal…