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

Replace deprecated django.utils.six module with six library #15

Open
bartmika opened this issue Mar 26, 2020 · 6 comments
Open

Replace deprecated django.utils.six module with six library #15

bartmika opened this issue Mar 26, 2020 · 6 comments

Comments

@bartmika
Copy link

I upgrade Django to version 3 and this library creates the following error:

ImportError: Could not import 'rest_framework_msgpack.parsers.MessagePackParser' for API setting 'DEFAULT_PARSER_CLASSES'. ModuleNotFoundError: No module named 'django.utils.six'.

Having investigated this issue, the problem is here:

from django.utils.six import text_type

May you please change django.utils.six module with six library to fix this issue?

Thank you!

@rodolfomartinez
Copy link

+1

5 similar comments
@artel1992
Copy link

+1

@johnanthonyjose
Copy link

+1

@juby-gif
Copy link

juby-gif commented Jun 3, 2020

+1

@DavidTF85
Copy link

+1

@killswitch-GUI
Copy link

+1

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

No branches or pull requests

7 participants