树莓派安装需要的包报错:...is not a supported wheel on this platform

配置树莓派环境的时候,安装一些包的时候报错:…is not a supported wheel on this platform

错误原因为:所安装的包与树莓派的配置不匹配。

**解决方案为:**寻找合适的安装包

为了快速知道树莓派可以使用的包,可以使用pip命令进行查询 就可以知道与之匹配的包的形式。再根据得到的结果选择合适的包进行安装。

pip debug --verbose

你可能感兴趣的:(树莓派,python,嵌入式硬件)