python2安装gunicorn提示ERROR: Package 'gunicorn' requires a different Python: 2.7.12 not in '>=3.4'

前端之家收集整理的这篇文章主要介绍了python2安装gunicorn提示ERROR: Package 'gunicorn' requires a different Python: 2.7.12 not in '>=3.4'前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

使用python2安装gunicorn时提示错误信息:

ERROR: Package 'gunicorn' requires a different Python: 2.7.12 not in '>=3.4'

解决方法

安装指定版本的gunicorn

pip install gunicorn==19.7.1


猜你在找的Python相关文章