Traceback (most recent call last):
  File 
"/usr/local/lib/python3.5/site-packages/notebook/services/sessions/sessionmanager.py",
 
line 10, in <module>
    import sqlite3
  File "/usr/local/lib/python3.5/sqlite3/__init__.py", line 23, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.5/sqlite3/dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ImportError: No module named '_sqlite3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/jupyter-notebook", line 7, in <module>
    from notebook.notebookapp import main
  File "/usr/local/lib/python3.5/site-packages/notebook/notebookapp.py", 
line 65, in <module>
    from .services.sessions.sessionmanager import SessionManager
  File 
"/usr/local/lib/python3.5/site-packages/notebook/services/sessions/sessionmanager.py",
 
line 13, in <module>
    from pysqlite2 import dbapi2 as sqlite3
ImportError: No module named 'pysqlite2'

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/71352cca-a3de-4930-bac5-e15b306b337c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to