You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It makes error "ModuleNotFoundError: No module named 'django.utils.six'" due to the update of django. django.utils.six module was removed and it should be replaced with just 'six'. This issue was arouse in two files: base.py and values.py
The text was updated successfully, but these errors were encountered:
File "C:\GIT\backend\lib\site-packages\autofixture\__init__.py", line 4, in <module>
from autofixture.base import AutoFixture
File "C:\GIT\backend\lib\site-packages\autofixture\base.py", line 5, in <module>
from django.utils.six import with_metaclass
ModuleNotFoundError: No module named 'django.utils.six'
It makes error "ModuleNotFoundError: No module named 'django.utils.six'" due to the update of django. django.utils.six module was removed and it should be replaced with just 'six'. This issue was arouse in two files: base.py and values.py
The text was updated successfully, but these errors were encountered: