试错记录
先卸载 pyzmq,再安装低版本的pyzmq,无法安装成功
pip uninstall pyzmq
pip install pyzmq==19.0.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
改用conda安装一样失败
conda install pyzmq=19.0.2
网上找来的代码,还是无法安装
python.exe -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn --user pyzmq==19.0.2