From 184b3584a05173ed15272bc45369d37ebb25bedb Mon Sep 17 00:00:00 2001 From: pdehaye Date: Fri, 5 Jan 2018 02:54:58 +0100 Subject: [PATCH] Helpful warning for Beanstalk/python 3.6 (#1432) --- docs/deployment-with-elastic-beanstalk.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deployment-with-elastic-beanstalk.rst b/docs/deployment-with-elastic-beanstalk.rst index e8aae885..d481c93b 100644 --- a/docs/deployment-with-elastic-beanstalk.rst +++ b/docs/deployment-with-elastic-beanstalk.rst @@ -21,6 +21,9 @@ Instructions If you haven't done so, create a directory of environments:: eb init -p python3.4 MY_PROJECT_SLUG + # Warning: If you use python3.6, you will run into problems later due to some incompatibility with + # mod_wgsi 3.5 (packaged in 64bit Amazon Linux 2017.09 v2.6.1 running Python 3.6). See: + # https://serverfault.com/questions/884469/mod-wsgi-call-to-site-addsitedir-failed-on-aws-elastic-beanstalk-python-3/885445 Replace `MY_PROJECT_SLUG` with the value you entered for `project_slug`.