Python2.7 IOError: [Errno 0] Error when the cmd encoding is utf-8

Scene:
CMD terminal use: CHCP 65501 set to UTF-8
Set Python encoding environment: Set PYTHONIOENCODING= UTF-8 (LookupError: Unknown Encoding: CP65001)
Print (‘ program VERSION: {}’. Format (VERSION))
Preface version 1.1.1Traceback (most recent call last):
File “wechat_jump_auto. Py “, line 251, in < module>
main()
File “wechat_jump_auto-py “, line 216, in main
print(‘ program VERSION no. : {}’. Format (VERSION))
IOError: [Errno 0] Error
No solution: coding problem, haven’t found a good solution, really can’t change to English.

Read More: