项目上面有个图片自动识别的需求,用到opencv-python库,安装过程报错:ModuleNotFoundError: No module named ‘skbuild’解决过程如下:
1、pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple scikit-build
2、pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple cmake
3、pip3 install --upgrade pip
4、pip3 install opencv-python

最后成功安装
Successfully installed opencv-python-4.4.0.46