ERROR - failed to write data to stream: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='ANSI_X3.4-1968'>
解决方案:
退出exit()
export PYTHONIOENCODING=utf-8
ERROR - failed to write data to stream: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='ANSI_X3.4-1968'>
解决方案:
退出exit()
export PYTHONIOENCODING=utf-8