gpt4 book ai didi

Python 停止在 Jupyter StartUp 上工作

转载 作者:行者123 更新时间:2023-12-05 00:54:47 25 4
gpt4 key购买 nike

我从我的 powershell 提示符 jupyter notebook 启动 Jupyter,它可以正确加载,但是当我打开一个新的或现有的笔记本时,内核会忙碌大约 10 秒,然后我得到一个弹出窗口-说 Python 已经停止工作。在我的终端中,我得到 Invalid argument (C:\ci\zeromq_1602704446950\work\src\epoll.cpp:100) (见下文)。有什么解决方案让您想不到吗?我尝试过使用不同的环境并卸载/重新安装 pyzmq.

[I 12:58:16.682 NotebookApp] Serving notebooks from local directory: C:\Users\tobinp
[I 12:58:16.682 NotebookApp] Jupyter Notebook 6.1.6 is running at:
[I 12:58:16.684 NotebookApp] http://localhost:8888/?token=9eee2cc4e598b193ad42fc05ff620a43d0e5f29e885170b3
[I 12:58:16.684 NotebookApp] or http://127.0.0.1:8888/?token=9eee2cc4e598b193ad42fc05ff620a43d0e5f29e885170b3
[I 12:58:16.685 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 12:58:18.289 NotebookApp]

To access the notebook, open this file in a browser: file:///C:/Users/tobinp/AppData/Roaming/jupyter/runtime/nbserver-18144-open.html Or copy and paste one of these URLs: http://localhost:8888/?token=7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6 or http://127.0.0.1:8888/?token=7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx6
Invalid argument (C:\ci\zeromq_1602704446950\work\src\epoll.cpp:100)

最佳答案

这是我第三次看到这种问题,而且它们都发生在 2021 年 1 月,这似乎对我们所有人来说都是一个大问题。我安装了Windows 10和python环境20多次,包括Windows 10 1909、20H2、python 3.6.8 3.7.9 3.8.6 3.8.7,问题依旧。这个问题困扰了我两个多星期,本来以为是tensorflow问题、CUDA 11.0问题、cuDNN问题、vc++库问题甚至是RTX 30系列GPU的问题。

解决方案:此错误与您的 pyzmq 库有关。最近,当我为我的新计算机设置一个全新的 python 环境时,它也给我带来了麻烦。我只是使用 pip install jupyterlab 安装 jupyterlab(或 jupyter notebook)然后就会出现问题。然后,我查看了包的依赖,pyzmq是安装的,因为我安装了jupyterlab(或者jupyter notebook),jupyterlab需要ipykernel,ipykernel需要pyzmq,安装了更高版本的pyzmq。

对我有用的是pip uninstall pyzmq,然后

降级到较低版本pip install pyzmq==19.0.2这样就解决了python内核的crash问题。

避免此问题的另一种方法是将所有环境安装在 Ubuntu 18.04 上,这对我有用,它暂时帮助我避免了此问题。使用 Anaconda 可以避免这个问题,但是我在 Anaconda 中使用 tensorflow 时遇到了问题,所以最后没有使用 Anaconda。

那么,我的建议是,如果你的环境是固定的,备份你的系统,当问题再次出现时恢复系统。

我还发布了一个 github 问题链接:https://github.com/zeromq/pyzmq/issues/1505 ,如果你有类似的问题,你可以在那里发布。

关于Python 停止在 Jupyter StartUp 上工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65690540/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com