如何通过pypy运行django?

问题描述

(venv) PS E:\trydjango\myblog> **pypy3 manage.py runserver**

Watching for file changes with StatReloader

Exception in thread django-main-thread:
Traceback (most recent call last):

  File "C:\Users\hp\AppData\Local\Programs\pypy3.6-v7.3.1-win32\site-packages\django\db\backends\sqlite3\base.py",line 67,in
 **check_sqlite_version
    raise ImproperlyConfigured('sqlite 3.8.3 or later is required (found %s).' % Database.sqlite_version)
django.core.exceptions.ImproperlyConfigured: sqlite 3.8.3 or later is required (found 3.6.21).**

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)