ACV*_*ACV 6 python ipython pyzmq
我正试图在Vista中运行IPython笔记本.我相信我使用easy_install 安装了所有必要的依赖项(在此列出).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
Run Code Online (Sandbox Code Playgroud)
2.1.11> = 2.1.4所以我不确定问题是什么.2.1.11是pyzmq的最新版本(这里是项目页面).
[更新:谢谢@ThomasK.我已经在运行IPython 0.12,但我在IPython和pyzmg上运行了easy_install --upgrade并修复了它.
该错误已在 IPython 0.12 中修复,因此您需要升级。不管怎样,你需要 0.12 来运行笔记本。
如果您在升级时遇到问题,请尝试删除安装 IPython 0.11 的文件夹,然后使用 easy_install 重新安装。
| 归档时间: |
|
| 查看次数: |
5913 次 |
| 最近记录: |