Ehsan Razmkhah
Ehsan Razmkhah
looks valid ! Thanks
@submarcos I have no access to master to merge it, but as @hartym said, it should be fixed, needs only to go to master
I was not able to create PR but that should be solution if (sys.stdout.encoding is None or sys.stdout.encoding == "ANSI_X3.4-1968") and hasattr(sys.stdout, 'buffer'): sys.stdout = codecs.getwriter("UTF-8")(sys.stdout.buffer, errors="replace") sys.stderr = codecs.getwriter("UTF-8")(sys.stderr.buffer,...