jlian2/Tensorflow-Wind-Power-Prediction

UnicodeDecodeError

Opened this issue · 1 comments

hello,When I run your code, the following problems occur:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 0: invalid continuation byte
then I Change ANSI to utf8,no use. I add encoding='utf-8'.encoding='gbk'.no use
so I I want to ask you how to solve it,thank you!

me too,do u fix this poblem for now?