python读取xml文件报错ValueError: multi-byte encodings are not supported
Posted 做梦的人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python读取xml文件报错ValueError: multi-byte encodings are not supported相关的知识,希望对你有一定的参考价值。
1.在使用python对xml文件进行读取时,提示ValueError: multi-byte encodings are not supported
很多贴子上说把xml的编码格式改为,就可以正常执行了
<?xml version="1.0" encoding="utf-8"?>
但是事实证明,不成功,解决方法
1.用记事本方式打开xml文件,encoding后面指的就是编码方式
2.把你的xml文件另外为utf-8
在进行读取,文件编码问题解决
以上是关于python读取xml文件报错ValueError: multi-byte encodings are not supported的主要内容,如果未能解决你的问题,请参考以下文章
python 模块之路 异常处理基础 异常处理其他 报错处理
tensorflow读取jpg格式图片报错 ValueError: Only know how to handle extensions: ['png']; with Pillow i
使用numpy.loadtxt()总是报错ValueError: could not convert string to float: 213