在尝试使用cantools库解析CAN报文时遇到'No XML namespace specified or illegal root tag name’错误。问题源于python版本过低,官方最低支持3.6。升级Python版本至3.6以上即可解决此问题。推荐阅读两个库的官方安装和使用指南:[python-can](https://python-can.readthedocs.io/en/master/installation.html)和[cantools](https://cantools.readthedocs.io/en/latest/#functions-and-classes)。