iPython / jupyter笔记本无法启动“未找到图像”

时间:2015-10-15 08:40:30

标签: ipython ipython-notebook jupyter pyzmq

尝试启动iPython / jupyter笔记本崩溃,发出以下错误:

ImportError: dlopen(/Library/Python/2.7/site-packages/zmq/backend/cython/constants.so, 2): Library not loaded: /opt/local/lib/libzmq.3.dylib 
Referenced from: /Library/Python/2.7/site-packages/zmq/backend/cython/constants.so 
Reason: image not found

1 个答案:

答案 0 :(得分:1)

在此处追踪解决方案:

https://github.com/zeromq/pyzmq/issues/493

安装pyzmq出了问题但是通过macports或pip卸载然后重新安装没有摆脱问题文件。

/Library/Python/2.7/site-packages/删除zmq目录,然后使用pip重新安装修复此问题。