进入官网Anaconda | The World’s Most Popular Data Science Platform
点击下载对应的版本 点击Next,到用户设置时,建议All。 设置好存储文件位置。 安装好后进行环境配置。
打开“系统属性-高级-环境变量-user的用户变量-选择Path-编辑” 即编辑Path…
问题描述
sqlite3.NotSupportedError: deterministicTrue requires SQLite 3.8.3 or higher
解决方法
A kind of solution is changing the database from sqlite3 to pysqlite3. After acticate the virtualenv, install pysqlite.
pip3 install pysqlite3
pip3 install …