### Expected behaviour this happens on `python setup.py bdist_wheel` ### Actual behaviour Error: ModuleNotFoundError: No module named 'skbuild' ### Steps to reproduce cloned open-cv python cd into open-cv python run `python setup.py bdist_wheel` Suggested solution on README is pip install --upgrade pip, but it does not work in pip version 21