安装 pyzmq 库版本

问题遇到的现象和发生背景

安装的 pyzmq 低版本出现错误

问题相关代码,请勿粘贴截图

pip install pyzmq==19.0.2

运行结果及报错内容

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyzmq

我的解答思路和尝试过的方法
我想要达到的结果