python 3.5 更新 sqlite3 版本 [英] python 3.5 update sqlite3 version

查看:57
本文介绍了python 3.5 更新 sqlite3 版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在我的 Windows 机器上安装了 python 3.5.3.我通过命令 sqlite3.sqlite_version 检查 SQLite 版本.它是版本 3.8.11.

I have installed python 3.5.3 installed on my Windows machine. I check the SQLite version via the command sqlite3.sqlite_version. It is version 3.8.11.

我的问题是如何将 SQLite 版本更新到 3.26?我不确定是否有第 3 方库,或者我是否需要更新 sqlite3 库.

My question is how can I update the SQLite version to 3.26? I wasn't sure if there was a 3rd party library or if I need to update sqlite3 library.

谢谢.

推荐答案

只需将系统中的 sqlite 更新一个新版本即可.Python 会使用它.这不是第三者.它包含在 Python 中.我不完全确定,但我认为它是一个使用 Python 安装的动态加载的库,但您可以自己升级.至少在我的系统中,不同的 Python 版本报告相同的 sqlite3 版本.

Just update the sqlite in the system by a newer version. Python will use it. It is not 3rd party. It is included in Python. I am not completely sure but I think it is a dynamically loaded library installed with Python but that you can upgrade by yourself. At least in my system different Python versions report the same sqlite3 version.

这篇关于python 3.5 更新 sqlite3 版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆