【发布时间】:2018-12-02 16:10:19
【问题描述】:
在我的 ubuntu 14.04 上安装 juypter notebook 时,我得到了这个:
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).
点是:
pip 10.0.1 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
如何解决?
【问题讨论】:
标签: python ubuntu pip ubuntu-14.04 tornado