gpt4 book ai didi

python - Jupyter 笔记本无法启动(ImportError : DLL load failed while importing)

转载 作者:行者123 更新时间:2023-12-03 20:21:10 25 4
gpt4 key购买 nike

最近我的 jupyter notebook 停止启动了。当我尝试命令时 jupyter notebook从 anaconda 提示但它给出了错误

Traceback (most recent call last):File "C:\Users\Dell\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in from notebook.notebookapp import main
File "C:\Users\Dell\anaconda3\lib\site-packages\notebook\notebookapp.py", line 51, in from zmq.eventloop import ioloop
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq_init_.py", line 50, in from zmq import backend
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq\backend_init_.py", line 40, in reraise(*exc_info)
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraiseraise value
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq\backend_init_.py", line 27, in ns = select_backend(first)
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq\backend\select.py", line 28, in select_backendmod = import(name, fromlist=public_api)
File "C:\Users\Dell\anaconda3\lib\site-packages\zmq\backend\cython_init
.py", line 6, in from . import (constants, error, message, context,
ImportError: DLL load failed while importing error: The specified module could not be found.


我什至尝试在 Windows 10 上重新安装 anaconda 并升级到 python 3.8.3,但仍然出现相同的错误。当我尝试检查 jupyter notebook 的版本时,它说没有安装 ipykernel 和其他一些东西。 jupyter --version给我这个:

jupyter core : 4.6.3
jupyter-notebook : 6.1.1
qtconsole : 4.7.6
ipython : 7.18.1
ipykernel : not installed
jupyter client : not installed
jupyter lab : not installed
nbconvert : 5.6.1


但是用 conda install ipykernel 安装 ipykernel说

All requested packages already installed.


我也试过 ipython kernel install --name <env_name> --user但这给出了另一个 dll 错误。
阅读stackoverflow中的其他一些问题,我去检查了我的环境变量。
System Variables
User Variables
这个环境变量有问题吗。请帮忙。
anaconda 提示错误的屏幕截图。
Screenshot of the anaconda prompt
编辑: anaconda 导航器也不会启动。 anaconda-navigator在 anaconda 提示符下给出另一个错误:
Anaconda navigator error
我也试过:
conda install qt --force
conda install pyqt --force
但这没有帮助。以前安装的 anaconda 是否会导致此类错误?

最佳答案

仅适用于其他有类似问题的人。
就我而言,当我运行 jupyter notebook 时在命令行上,我遇到了与 @Anav Katwal 相同的错误。但是,如果我运行 jupyter notebook python 提示 ,那么错误就消失了。
如果你真的想执行 jupyter notebook在 cmd 上,那么您可以将以下路径添加到您的系统环境变量中:

  • C:\Users\USERNAME\anaconda3\Library\bin
  • C:\Users\USERNAME\anaconda3\Scripts
  • C:\Users\USERNAME\anaconda3\condabin
  • 关于python - Jupyter 笔记本无法启动(ImportError : DLL load failed while importing),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63979186/

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