Closed OskarPersson closed 4 years ago
There is also an error
File "/home/ruslankrivoshein/Documents/ads/venv/lib/python3.7/site-packages/rest_framework_extensions/compat.py", line 7, in <module>
from django.utils import six
ImportError: cannot import name 'six' from 'django.utils' (/home/ruslankrivoshein/Documents/ads/venv/lib/python3.7/site-packages/django/utils/__init__.py)
@ruslankrivoshein Are you sure you're running the correct version? That line was removed in #253 and as you can see here it is not in my branch either.
Hi the whl file in the Pypi isnt updated with the chnages. The tar.gz is, but the whl file still contain import six from django.utils
Fixes #273