Hi,
I'm having a problem loading old models. I receive this error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
Also, if I try to save new models, I get this error:
TypeError: write() argument must be str, not bytes
I saw that other users have had this problem, but the resolutions were workarounds (installing an older version of python, for example) and the responses were from a year or two ago. What's the best way to solve these two problems?
Thanks for your help!
Krista