Python jupyter笔记本中的内核错误有什么解决方案吗(我在mysystem中安装了jupyter笔记本)

Python jupyter笔记本中的内核错误有什么解决方案吗(我在mysystem中安装了jupyter笔记本),python,jupyter-notebook,Python,Jupyter Notebook,错误很明显: ModuleNotFoundError:没有名为“win32a”的模块 如果您是新手,可以尝试使用蟒蛇或迷你蟒蛇环境。是的,我是一个初学者,我怎样才能尝试Anaconday?你可以从下载它吗?这回答了你的问题吗\Users\DELL>pip install pywin32错误处理c:\Users\DELL\appdata\local\programs\python\python37-32\lib\site packages\pywin32.pth的第7行:回溯最近的调用最后一次:文

错误很明显:

ModuleNotFoundError:没有名为“win32a”的模块


如果您是新手,可以尝试使用蟒蛇或迷你蟒蛇环境。是的,我是一个初学者,我怎样才能尝试Anaconday?你可以从下载它吗?这回答了你的问题吗\Users\DELL>pip install pywin32错误处理c:\Users\DELL\appdata\local\programs\python\python37-32\lib\site packages\pywin32.pth的第7行:回溯最近的调用最后一次:文件c:\Users\DELL\appdata\local\programs\python\python37-32\lib\site.py,第168行,在addpackage执行行文件中,第1行,ModuleNotFoundError中:没有名为“pywin32\u bootstrap”的模块文件的其余部分已被忽略的要求已满足:c:\users\dell\appdata\local\programs\python\python37-32\lib\site packages 227中的pywin32给了我此错误
Traceback (most recent call last):
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\web.py", line 1703, in _execute
    result = await result
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 742, in run
    yielded = self.gen.throw(*exc_info)  # type: ignore
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\notebook\services\sessions\handlers.py", line 72, in post
    type=mtype))
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 735, in run
    value = future.result()
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 742, in run
    yielded = self.gen.throw(*exc_info)  # type: ignore
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 88, in create_session
    kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 735, in run
    value = future.result()
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 742, in run
    yielded = self.gen.throw(*exc_info)  # type: ignore
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 101, in start_kernel_for_session
    self.kernel_manager.start_kernel(path=kernel_path, kernel_name=kernel_name)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 735, in run
    value = future.result()
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\tornado\gen.py", line 209, in wrapper
    yielded = next(result)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\notebook\services\kernels\kernelmanager.py", line 168, in start_kernel
    super(MappingKernelManager, self).start_kernel(**kwargs)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_client\multikernelmanager.py", line 158, in start_kernel
    km.start_kernel(**kwargs)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_client\manager.py", line 301, in start_kernel
    kernel_cmd, kw = self.pre_start_kernel(**kw)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_client\manager.py", line 248, in pre_start_kernel
    self.write_connection_file()
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_client\connect.py", line 474, in write_connection_file
    kernel_name=self.kernel_name
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_client\connect.py", line 138, in write_connection_file
    with secure_write(fname) as f:
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\contextlib.py", line 112, in __enter__
    return next(self.gen)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_core\paths.py", line 435, in secure_write
    win32_restrict_file_to_user(fname)
  File "c:\users\dell\appdata\local\programs\python\python37-32\lib\site-packages\jupyter_core\paths.py", line 361, in win32_restrict_file_to_user
    import win32api
ModuleNotFoundError: No module named 'win32api'