opencv-python · PyPI
https://pypi.org/project/opencv-python28.12.2021 · Q: Pip install fails with ModuleNotFoundError: No module named 'skbuild'? 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
pip3 install opencv-python fails on 'skbuild'
https://python-forum.io/thread-29657.html15.09.2020 · I must have installed the module for Python 2!! I would like to dabble with qr codes. From here I see I need opencv-python, qrcode and numpy The FAQ on the link above says: Quote:Q: Pip install fails with ModuleNotFoundError: No module named 'skbuild'? Since opencv-python version 4.3.0.*, manylinux1 wheels were replaced by manylinux2014 wheels.