美文网首页Python和R数据分析
Windows用户jupyter notebook启动`Bad

Windows用户jupyter notebook启动`Bad

作者: 王新路Sean | 来源:发表于2021-10-18 07:55 被阅读0次

有的同学在启动jupyter notebook或者jupyter lab的时候会出现下列错误:

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

image

经过网络搜索发现,这是一个常见的错误,在stackoverflow 上面也有stackoverflow.com

解决方案就是卸载重新安装pyzmq 具体如下:

1. 打开`anaconda Powershell prompt:

image

2. 输入 pip uninstall pyzmq 以卸载pyzmq

image
系统会问你(y/n) yes or no, 输入 y.
image

3.\输入 pip install pyzmq==19.0.2 重新安装 pyzmq

image

Done!
接下来就可以正常使用jupyter notebookjupyter lab了。

相关文章

网友评论

    本文标题:Windows用户jupyter notebook启动`Bad

    本文链接:https://www.haomeiwen.com/subject/tqbgoltx.html