I\'m trying to run a simple piece of code using pyzmq. I am using Python 2.7 and pyzmq 14.5
$ python --version Python 2.7.6 $ sudo find /usr -name "*pyzm
I encountered a similar problem. pip install --upgrade pyzmq did the trick for me
pip install --upgrade pyzmq