今天学习了Flask入门就遇到一个棘手的问题

run的时候会报一个编码错误:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 2: invalid continuation byte

Flask入门 - 关于报错UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 2: invalid continuation byte

 

问题解决办法:

    当前计算机名称不能是中文,可以确认一下

Flask入门 - 关于报错UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 2: invalid continuation byte

 

 

 

 

相关文章:

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