In windows this package not works. I've found this link : https://stackoverflow.com/a/71564334/1125462 If i add `sys.stdout.reconfigure(encoding='utf-8')` At the start of python script it's works.
In windows this package not works.
I've found this link : https://stackoverflow.com/a/71564334/1125462
If i add
sys.stdout.reconfigure(encoding='utf-8')At the start of python script it's works.