Running Error:

Running error: 'utf-8' codec can't decode byte 0xb4 in position 0: invalid start byte

 

It is caused by the txt's encode format. Please do use UTF-8 to save the file (you can use Notepad++ to choose the encode format to save the file) if you would like to read in a python script. 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-11-19
  • 2021-09-23
  • 2021-06-15
  • 2022-12-23
  • 2021-08-29
猜你喜欢
  • 2021-06-07
  • 2021-06-11
  • 2021-09-28
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案