Home > other >  After installation anaconda, start jupyter error: DLL load failed: could not find the specified proc
After installation anaconda, start jupyter error: DLL load failed: could not find the specified proc

Time:09-26

After installation anaconda, start jupyter error:
Traceback (the most recent call last) :
The File "C: \ Users \ lenovo \ Anaconda3 \ lib \ site - packages \ notebook \ services \ sessions \ our sessionmanager py", line 9, in
The import sqlite3
The File "C: \ Users \ lenovo \ Anaconda3 \ lib \ sqlite3 \ set py", line 23, in
The from sqlite3. Dbapi2 import *
The File "C: \ Users \ lenovo \ Anaconda3 \ lib \ sqlite3 \ dbapi2 py", line 27, in
The from _sqlite3 import *
ImportError: DLL load failed: could not find the specified procedures,

During handling of the above exception, another exception occurred:

Traceback (the most recent call last) :
The File "C: \ Users \ lenovo \ Anaconda3 \ Scripts \ jupyter - notebook - script. Py", line 6, in
The from notebook. Notebookapp import main
The File "C: \ Users \ lenovo \ Anaconda3 \ lib \ site - packages \ notebook \ notebookapp py", line 86, in
From the services. The sessions. Our sessionmanager import our sessionmanager
The File "C: \ Users \ lenovo \ Anaconda3 \ lib \ site - packages \ notebook \ services \ sessions \ our sessionmanager py", line 12, in
The from pysqlite2 import dbapi2 as sqlite3
ModuleNotFoundError: No module named 'pysqlite2'


Have been looking for less than a specified program shows, environment variables also configuration, the terminal can also run a python
O bosses give directions!!!!!!!!!!!!!!!
  • Related