【发布时间】:2016-04-21 00:28:09
【问题描述】:
我在我的新机器上安装了 Anaconda。当我尝试启动 Ipython Notebook(现在是 Jupyter)时,浏览器没有启动。我在终端中收到以下消息:
/Users/jameseaves/anaconda/bin/jupyter_mac.command ; exit;
jameseaves (master) ~ $ /Users/jameseaves/anaconda/bin/jupyter_mac.command ; exit;
Traceback (most recent call last):
File "/Users/jameseaves/anaconda/bin/jupyter-notebook", line 4, in <module>
import notebook.notebookapp
File "/Users/jameseaves/anaconda/lib/python2.7/site-packages/notebook/notebookapp.py", line 22, in <module>
import ssl
File "/Users/jameseaves/anaconda/lib/python2.7/ssl.py", line 97, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: dlopen(/Users/jameseaves/anaconda/lib/python2.7/lib-dynload/_ssl.so, 2): Symbol not found: _SSLv2_method
Referenced from: /Users/jameseaves/anaconda/lib/python2.7/lib-dynload/_ssl.so
Expected in: /usr/local/opt/openssl/lib//libssl.1.0.0.dylib
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
我的操作系统是 El Capitan
有谁知道出了什么问题?谢谢。
【问题讨论】:
-
请参阅 OpenSSL 开发人员列表中的 [openssl-dev] [openssl.org #4398] BUG / 1.0.2g breaks CURL extension。另请参阅 Stack Overflow 上的 undefined symbol: SSLv2_client_method 和 Building ruby with rbenv and ruby-build fails with undefined symbol: SSLv2_method。
标签: python openssl anaconda jupyter-notebook