解决 Bad file descriptor (C:\projects\libzmq\src\epoll.cpp:100) 的一种方式
时间:2021-09-23 07:38:48
收藏:0
阅读:224
将现有的 pyzmq 库进行卸载
pip uninstall pyzmq
然后安装低版本的 pyzmq==19.0.2
pip install pyzmq==19.0.2
注:我是使用此方式解决的。
原文:https://www.cnblogs.com/hany-postq473111315/p/15310564.html
评论(0)