美文网首页
matplotlib UnicodeDecodeError

matplotlib UnicodeDecodeError

作者: 亦珩 | 来源:发表于2018-01-19 15:15 被阅读51次

在使用matplotlib等类库的时候报了下面这个错误,查了一些资料之后发现,好吧,造成这些错误的原因是中文路径。。。。

matplotlib UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 19: ordinal not in range(128)

奉劝各位看官,不管有没有影响吧,尽量避免使用中文路径。

相关文章

网友评论

      本文标题:matplotlib UnicodeDecodeError

      本文链接:https://www.haomeiwen.com/subject/nenooxtx.html