Unable to import sqlite3 using Anaconda Python

纵然是瞬间 提交于 2019-12-01 16:27:48
elgsantos

I got this working on windows by downloading: the sqlite3 dll (find your system version)

And putting into the folder: C:\Users\YOURUSER\Anaconda3\DLLs

(Depending on how you installed Anaconda, this may have to be placed into the following folder: C:\ProgramData\Anaconda3\DLLs)

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

Nagendra Puthane

before executing the program, enter conda activate in your shell.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!