-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'skbuild' for pip 21.1.2 #491
Comments
You must run If you need to use the |
i see, i was reading off #126 (comment) is |
Yeah, that's an old comment. However, it still works if you install Manual local build (by cloning this repository and submodules):
Manual build with
|
It's not legal to redistribute commercial / patented algorithms as pre-built binaries so there are no such packages available. This is explained in the FAQ in the README as well as in the issue you linked. |
@skvark all good, closing the issue. thanks for the explanations. |
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
The text was updated successfully, but these errors were encountered: