背景 使用海思hi3798芯片(arm架构)的板子,安装python的lxml库报错: ImportError: libxslt.so.1: cannot open shared object file: No such file or directory 解决 需要重新安装如下库: apt-get install python3-lxml 参考 https://forums.raspberrypi.com/viewtopic.php?p=840072