You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
输入python3 Wanli.py后
就报错Traceback (most recent call last):
File "Wanli.py", line 12, in
config = yaml.load(f, Loader=yaml.CLoader)
File "D:\Python37\lib\site-packages\yaml_init_.py", line 81, in load
return loader.get_single_data()
File "D:\Python37\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "yaml_yaml.pyx", line 668, in yaml._yaml.CParser.get_single_node
File "yaml_yaml.pyx", line 858, in yaml._yaml.CParser._parse_next_event
File "yaml_yaml.pyx", line 867, in yaml._yaml.input_handler
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 66: illegal multibyte sequence
输入python3 Wanli.py后
![Uploading Snipaste_2022-03-05_20-09-09.png…]()
就报错Traceback (most recent call last):
File "Wanli.py", line 12, in
config = yaml.load(f, Loader=yaml.CLoader)
File "D:\Python37\lib\site-packages\yaml_init_.py", line 81, in load
return loader.get_single_data()
File "D:\Python37\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "yaml_yaml.pyx", line 668, in yaml._yaml.CParser.get_single_node
File "yaml_yaml.pyx", line 858, in yaml._yaml.CParser._parse_next_event
File "yaml_yaml.pyx", line 867, in yaml._yaml.input_handler
UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 66: illegal multibyte sequence