安装python版opencv遇到ModuleNotFoundError: No module named ‘skbuild‘

    科技2022-07-13  117

     解决方案:

    pip install --upgrade pip

    解释:

    Since opencv-python version 4.3.0.*, manylinux1 wheels were replaced by manylinux2014 wheels. If your pip is too old, it will try to use the new source distribution introduced in 4.3.0.38 to manually build OpenCV because it does not know how to install manylinux2014 wheels. 

    Processed: 0.013, SQL: 8