使用python2安装gunicorn时提示错误信息:
ERROR: Package 'gunicorn' requires a different Python: 2.7.12 not in '>=3.4'
解决方法:
安装指定版本的gunicorn
pip install gunicorn==19.7.1