环境win10+anaconda2

在安装labelme时遇到了这个问题,其实跟labelme没啥关系,主要是python2读取中文路径时报错,因为默认编码是ASCII,不认识中文,看到有一个一次性解决的办法https://www.cnblogs.com/kevingrace/p/5893121.html

不过一时之间没有找到anaconda里面python的路径,索性直接换成python3,并在python3下又安装了labelme,问题解决。

ERROR (UnicodeEncodeError): 'ascii' codec can't encode character u'\uff08' in position 9: ordinal not in range(128)

相关文章:

  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-09-15
  • 2021-07-31
相关资源
相似解决方案