无法在Windows 7上安装IPython 2.2.0

时间:2014-09-13 21:12:35

标签: python windows-7 ipython

我尝试在Windows 7上安装IPython,具体点是能够试用IPython笔记本。在一些错误的启动和问题之后,我最终做了一些工作,IPython控制台出现了,但是当我运行" ipython notebook"我得到以下内容:

C:\Users\dude102438\Downloads> ipython notebook
2014-09-13 16:57:13.861 [NotebookApp] Using existing profile dir: u'C:\\Users\\dude102438\\.ipython\\profile_default'
2014-09-13 16:57:13.979 [NotebookApp] Using MathJax from CDN: https://cdn.mathjax.org/mathjax/latest/MathJax.js
2014-09-13 16:57:14.062 [NotebookApp] Serving notebooks from local directory: C:\Users\dude102438\Downloads
2014-09-13 16:57:14.062 [NotebookApp] 0 active kernels
2014-09-13 16:57:14.062 [NotebookApp] The IPython Notebook is running at: http://localhost:8888/
2014-09-13 16:57:14.062 [NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
ERROR:root:Exception in I/O handler for fd 788
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\zmq\eventloop\ioloop.py", line 340, in start
    self._handlers[fd](fd, events)
KeyError: 788
ERROR:root:Exception in I/O handler for fd 788
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\zmq\eventloop\ioloop.py", line 340, in start
    self._handlers[fd](fd, events)
KeyError: 788
ERROR:root:Exception in I/O handler for fd 788
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\zmq\eventloop\ioloop.py", line 340, in start
    self._handlers[fd](fd, events)
KeyError: 788

(......错误无限循环)

我首先尝试通过dl< ipython-2.2.0.zip安装IPython,运行' setup.py install'然后运行' ipython notebook'等待依赖错误出现,他们做了。第一个pyzmq,我尝试pip安装,但我没有设置MS VC,所以终于在http://www.lfd.uci.edu/~gohlke/pythonlibs找到了Windows安装程序。然后龙卷风,安装顺利。然后我遇到了这个问题。我手动卸载(在Python27 / Lib / site-libraries和Python27 / Scripts中删除了文件)并尝试安装ipython-2.2.0.win32-py2.7.exe(来自Gohlke页面)并重新安装pyzmq,但结果仍然相同。我确实安装了RabbitMQ,所以摆脱了它,但结果仍然相同。

感谢任何想法,谢谢。

0 个答案:

没有答案
相关问题