你能帮我修复这个错误吗?

时间:2021-06-30 02:44:06

标签: django django-rest-framework

我正在测试 djangorestframework 并且出现错误。有人可以帮我吗?

enter image description here

python 版本:3.9.1

django 版本:2.2.13

2 个答案:

答案 0 :(得分:1)

您的 Python 版本是 3.9,Django 仅在 2.2.17 See the release note 上支持 Python 3.9,因此您至少需要升级到 2.2.17。

例如:

pip install Django==2.2.17

答案 1 :(得分:0)

使用 python3 manage.py migrate

理想情况下,如果您使用多个版本的 python 和 django os 最新版本,就会出现这种情况