jupyter contrib nbextension install --user --skip-running-check

No module named 'pysqlite2'

jupyter配置 nbextension

解决方法:打开此文件sessionmanager.py,将from pysqlite2 改为 from sqlite3

from _sqlite3 import * ImportError DLL load failed

jupyter配置 nbextension

解决方法: 官网下载DLLhttps://sqlite.org/download.html

jupyter配置 nbextension

将压缩包内的DLL文件放到,Anacoda\DLLs 或者 Python\DLLs

from . import (constans, error , message, context, DLL load failed

jupyter配置 nbextension

卸载pyzmq,再此安装Pyzmq

相关文章:

  • 2021-12-03
  • 2021-11-11
  • 2022-01-06
  • 2021-11-04
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2021-10-26
  • 2023-01-22
  • 2021-07-07
  • 2022-02-17
  • 2021-09-21
相关资源
相似解决方案