I can't actually save a file on mac OS running python 3.6.2. Every time I try to save I get: AttributeError: 'bytes' object has no attribute 'encode'jjdblast commented Sep 23, 2017 I also meet this problem, the error message exactly the same with patrick's my environment : Ubuntu...
Every time I try to save I get: AttributeError: 'bytes' object has no attribute 'encode'Error saving label data with Python2 + macOS Sierra While saving the json, I get the following error. Any idea to resolve this issue? a bytes-like object is required, not 'str'...