标签: django django-rest-framework
所以我需要安装和使用rest框架,但是当我通过运行pipenv install djangorestframework安装它,然后去运行我的项目时,出现此错误ImportError: cannot import name 'six' from 'django.utils'。我该怎么办?我正在使用Django 3.0.1。谢谢
pipenv install djangorestframework
ImportError: cannot import name 'six' from 'django.utils'