发布之前,我进行了大量的搜索,但似乎找不到与我完全相同的问题,或者至少有类似问题的解决方案。
当我尝试在jupyter笔记本中运行ipynb时,我的内核无法启动。我收到此错误:
ImportError: DLL load failed while importing win32api: %1 is not a valid Win32 application.
这些都是我的所有版本号:
jupyter core : 4.6.3
jupyter-notebook : 6.0.3
qtconsole : 4.7.3
ipython : 7.14.0
ipykernel : 5.2.1
jupyter client : 6.1.3
jupyter lab : 2.1.1
nbconvert : 5.6.1
ipywidgets : 7.5.1
nbformat : 5.0.6
traitlets : 4.3.3
我正在使用Python 3.8.2,Windows 10,并尝试从cmd运行Jupyter Notebook,以及VS Code中的powershell,具有相同的结果。