Bad file descriptor (C:\ci\zeromq_1616055400030\work\src\epoll.cpp:100)

问题描述:

这个报错总是出现在使用conda 环境安装一些新包后,再登录jupyter notebook就报此错误,导致jupyter notebook 无法使用。

解决:

1,

pip uninstall pyzmq

2,

pip install pyzmq==19.0.2

这一步执行可能报无法安装。
在这里插入图片描述
说明安装过pyzmq,uninstall没有删干净,根据上面提示进入到对应的文件夹,将对应的pyzmq的文件夹,手动删掉。
在这里插入图片描述
3,然后再执行一遍pip install pyzmq==19.0.2 即可。

你可能感兴趣的:(错误,python,开发语言)