PS C:\Users\307-1> & C:/Users/307-1/anaconda3/python.exe c:/Users/307-1/Desktop/自然語言/talk_withchatbot.py
Traceback (most recent call last):
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\reader.py", line 156, in update
data, converted = self.raw_decode(self.raw_buffer,
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:/Users/307-1/Desktop/自然語言/talk_withchatbot.py", line 19, in <module>
docs = yaml.safe_load(stream)
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\__init__.py", line 162, in safe_load
return load(stream, SafeLoader)
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\__init__.py", line 112, in load
loader = Loader(stream)
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\loader.py", line 34, in __init__
Reader.__init__(self, stream)
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\reader.py", line 85, in __init__
self.determine_encoding()
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\reader.py", line 135, in determine_encoding
self.update(1)
File "C:\Users\307-1\anaconda3\lib\site-packages\yaml\reader.py", line 164, in update
raise ReaderError(self.name, position, character,
yaml.reader.ReaderError: unacceptable character #x0089: invalid start byte
in "c:/data\model.h5", position 0
PS C:\Users\307-1>