Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
JupyterLab Windows 10在更新到Anaconda 2021.05后出现问题_Windows_Jupyter Notebook_Windows 10_Jupyter_Jupyter Lab - Fatal编程技术网

JupyterLab Windows 10在更新到Anaconda 2021.05后出现问题

JupyterLab Windows 10在更新到Anaconda 2021.05后出现问题,windows,jupyter-notebook,windows-10,jupyter,jupyter-lab,Windows,Jupyter Notebook,Windows 10,Jupyter,Jupyter Lab,我最近为Anaconda 2021.05进行了一次清洁安装 在pip安装JupyterLab扩展和其他库之后 每当我启动一个 jupyter笔记本 朱皮特实验室 工作几分钟后,我的会话崩溃,出现以下消息。 你知道在哪里可以找到调试吗 [I 2021-05-28 09:01:37.987 ServerApp] Saving file at /Untitled.ipynb [I 2021-05-28 09:03:42.862 ServerApp] Kernel started: 1f6f770d-1

我最近为Anaconda 2021.05进行了一次清洁安装

在pip安装JupyterLab扩展和其他库之后

每当我启动一个

jupyter笔记本

朱皮特实验室

工作几分钟后,我的会话崩溃,出现以下消息。 你知道在哪里可以找到调试吗

[I 2021-05-28 09:01:37.987 ServerApp] Saving file at /Untitled.ipynb
[I 2021-05-28 09:03:42.862 ServerApp] Kernel started: 1f6f770d-1093-46c5-897a-e25553d49593
Exception in thread Tornado selector:
Traceback (most recent call last):
  File "C:\Softwares\Anaconda3\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Softwares\Anaconda3\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Softwares\Anaconda3\lib\site-packages\tornado\platform\asyncio.py", line 551, in _run_select
    rs, ws, xs = select.select(to_read, to_write, to_write)
OSError: [WinError 10038] An operation was attempted on something that is not a socket

“pip安装后”-您是否在conda环境中使用pip安装?这很可能破坏了您的安装(即导致conda和pip安装版本的混合)。请看。我建议启动一个新的干净环境,并且只使用
conda install
。大多数JupyterLab扩展都可以在conda的conda forge频道上获得。但是,如果您希望有人能够提示解决此坏环境的方法,我建议包括
pip列表
输出。感谢@krassowski的回复。我会试试看。