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
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