使用django3.X版本在centos7系统运行抛错
# [django can't find new sqlite version? (SQLite 3.8.3 or later is required (found 3.7.17))](https://stackoverflow.com/questions/55674176/django-cant-find-new-sqlite-version-sqlite-3-8-3-or-later-is-required-found)
刚刚开始抛当前版本不支持。我升级sqlite3的版本后,验证了 sqlite3 的版本为我安装的版本。也验证了python3中导入的 sqlite3 版本 也是我安装的版本。继续运行django项目, 继续抛以下错误:
"/usr/local/python3/lib/python3.8/site-packages/django/db/backends/sqlite3/base.py" 602L, 25741C written
fn(*args, **kwargs)
File "/usr/local/python3/lib/python3.8/site-packages/django/core/management/commands/runserver.py", line 121, in inner_run
self.check_migrations()
File "/usr/local/python3/lib/python3.8/site-packages/django/core/management/base.py", line 459, in check_migrations
executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
File "/usr/local/python3/lib/python3.8/site-package