Unable to import sqlite3 using Anaconda Python

前端 未结 5 1014
一整个雨季
一整个雨季 2020-11-30 08:16

I am trying to do the following in Python 3.7.1 on Windows

import sqlite3

but I get the following error message

Traceback (         


        
5条回答
  •  攒了一身酷
    2020-11-30 09:18

    Please check https://github.com/jupyter/notebook/issues/4332 I added anaconda root/Library/bin to my PATH and now it works!

提交回复
热议问题