解决问题

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 130: invalid continuation byte
成功解决UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 130: invalid continuation b

解决方法

思路:编码格式问题(可直接解决问题)
1、首先尝试将中文解释都去掉
2、然后,改变控制台的编码格式为utf-8  解决方法,先在控制台中输入 chcp 65001,
然后再使用     pyinstaller -F WeChat.py      打包即可!
成功解决UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 130: invalid continuation b

相关文章:

  • 2021-07-30
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-06-10
  • 2022-01-07
  • 2021-08-29
  • 2021-10-28
  • 2021-03-31
相关资源
相似解决方案