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

Image Upload fails with Python3: a bytes-like object is required, not 'str' #64

Open
JaminDtex opened this issue Aug 23, 2021 · 0 comments

Comments

@JaminDtex
Copy link

Image Upload works fine with Python 2.7, but getting following error with Python 3.8. Tried updating graphene related Library but getting same issue.

Error: a bytes-like object is required, not 'str'

By default Image is read as String with Python 2.7, which is Byte with Python 3.8

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

1 participant