我正在尝试在Vista中运行IPython笔记本。我相信我使用easy_install安装了所有必需的依赖项(列出here)。 IPython运行正常。但是当我尝试运行IPython笔记本时,一切都很好,但是一旦我尝试做任何事情,内核就会死掉。我收到以下令人困惑的错误:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Python27\lib\site-packages\ipython-0.11-py2.7.egg\IPython\zmq\__init__.py", line 25, in <module>
minimum_pyzmq_version, pyzmq_version))
ImportError: IPython.zmq requires pyzmq >= 2.1.4, but you have 2.1.11
2.1.11&gt; = 2.1.4所以我不确定问题是什么。 2.1.11是pyzmq的最新版本(here是项目页面)。
[更新:谢谢@ThomasK。我已经在运行IPython 0.12,但我在IPython和pyzmg上运行了easy_install --upgrade并修复了它。]
答案 0 :(得分:1)
该错误已在IPython 0.12中修复,因此您需要升级。无论如何,你需要0.12来运行笔记本电脑。
如果您在升级时遇到问题,请尝试删除安装了IPython 0.11的文件夹,然后使用easy_install重新安装。