技术分享
这个错误的原因是系统缺少scikit-build依赖。
需要通过如下命令安装:
```
pip3 install scikit-build
```
问题解决。