linux系统中sqlite3版本已更新至最新版。python中通过sqlite3.sqlite_version查到的版本号仍为3.7.17。我还需要做些什么修改?
参考一下这里的解决linux中SQLite3版本太低的方法, 解决linux中SQLite3版本太低_Meteor31的博客-CSDN博客_linux查看sqlite版本 1.查看linux当前sqlite版本sqlite3 --version2.查看虚拟环境中sqlite版本(pyweb) [root@meteor001 mysite]# python3Python 3.6.6 (default, Nov 7 2020, 15:31:53) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)] on linuxType "help", "copyright", "credits" or "license" for more infor https://blog.csdn.net/Meteor31/article/details/109557703
https://blog.csdn.net/TAYLOR1219070261/article/details/131064076这个链接讲了如何处理需要重新安装python3