-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
Description
I have iPython and all the dependencies installed and working. When I issue :IPython inside vim I get the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 44, in km_from_string
File "/usr/local/lib/python2.7/site-packages/IPython/zmq/__init__.py", line 67, in <module>
check_for_zmq('2.1.4')
File "/usr/local/lib/python2.7/site-packages/IPython/zmq/__init__.py", line 53, in check_for_zmq
raise ImportError("%s requires pyzmq >= %s"%(module, minimum_version))
ImportError: IPython.zmq requires pyzmq >= 2.1.4
Press ENTER or type command to continue
I have pyzmq 2.2.0 installed via pip. Any idea what could be the problem?