解决 Bad file descriptor (C:projectslibzmqsrcepoll.cpp:100) 的一种方式

将现有的 pyzmq 库进行卸载
pip uninstall pyzmq

然后安装低版本的 pyzmq==19.0.2 

pip install pyzmq==19.0.2

注:我是使用此方式解决的。
如果觉得文章不错,可以分享给其他人哟~
原文地址:https://www.cnblogs.com/hany-postq473111315/p/15310564.html