philipn/django-rest-framework-filters

ImportError: cannot import name 'SortedDict' from 'django.utils.datastructures'

yohanesa opened this issue · 0 comments

Hello,

After installing and add to installed_apps, this error is shown.
The environment is in python 3.7.0 and Django 2.1 (2, 1, 0, 'final', 0)

Please help.

File "/opt/app/proj.com/lib/python3.7/site-packages/rest_framework_filters/init.py", line 3, in
from .filterset import FilterSet
File "/opt/app/proj.com/lib/python3.7/site-packages/rest_framework_filters/filterset.py", line 12, in
from django.utils.datastructures import SortedDict
ImportError: cannot import name 'SortedDict' from 'django.utils.datastructures' (/opt/app/proj.com/lib/python3.7/site-packages/django/utils/datastructures.py)