Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django.utils.six -> six in latest version of django #112

Open
sootak opened this issue Mar 21, 2020 · 2 comments · May be fixed by #114
Open

django.utils.six -> six in latest version of django #112

sootak opened this issue Mar 21, 2020 · 2 comments · May be fixed by #114

Comments

@sootak
Copy link

sootak commented Mar 21, 2020

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

@Johnz86
Copy link

Johnz86 commented May 4, 2020

I experienced the same issue.

  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'

@mohammedilamine
Copy link

I have fixed this issue by installing django 2.1.7 ,
but yes it still an issue with the library

@mattotodd mattotodd linked a pull request Sep 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants