python2.7.6安装tornado报Tornado requires an up-to-date SSL module.
在ubuntu上的python2.7.6用pip安装 tornado时候,报ssl错误。
错误信息
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-iKNC7g/tornado/setup.py", line 146, in <module>
raise ImportError("Tornado requires an up-to-date SSL module. This means "
ImportError: Tornado requires an up-to-date SSL module. This means Python 2.7.9+ or 3.4+ (although some distributions have backported the necessary changes to older versions).
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-iKNC7g/tornado/
完整错误
请教错误原因,以及解决方案。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他已经给了解决方案了啊
更新python吧