1) 已经安装python,并且将其加入到环境变量中;
(安装完成后,在windows环境变量系统变量Path中增加:python.exe所在目录(如:C:\Python),其下Scripts目录(如:C:\Python\Scripts))。
2)已经安装了pip.exe,并且将其加入到环境变量中。
https://pypi.org/project/pyzmq/#files
pip install pyzmq-17.1.2-cp27-cp27m-win_amd64.whl
D:\install package>python
Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import zmq
>>> print(zmq.zmq_version())
4.2.5
https://blog.csdn.net/yahohi/article/details/76079331
官方文档:https://pyzmq.readthedocs.io/en/latest/
python zmq编程实例:https://www.programcreek.com/python/index/447/zmq