-
Notifications
You must be signed in to change notification settings - Fork 893
ModuleNotFoundError: No module named 'skbuild' with 4.6.0.66 and not 4.5.5.64 #674
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
Comments
We're seeing something similar. Here's some more information -
Note also that we're only seeing this on Linux but not on Ubuntu. |
@Christian-B @rahulporuri thank you for the issue! The The pre-built wheel is already on PyPi. Could you try again to install it? By the way, if you need to install |
Respect! ok to close on my part |
same here, our CI is happy now. Thanks @asenyaev , this can be closed. |
Thanks for the feedback! Closing this issue. |
We use github action to test our code
We install in the very latest off all tools including pip
python -m pip install --upgrade setuptools wheel
python -m pip install pip
This worked (and still) fine with opencv-python 4.5.5.64
it failes
File "/tmp/easy_install-otpfl9qw/opencv-python-4.6.0.66/setup.py", line 10, in
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ModuleNotFoundError: No module named 'skbuild'
Only changing our requirements to
opencv-python < 4.6.0.66
and the exact same workflow works.
Our github action
"runs-on: ubuntu-20.04"
The text was updated successfully, but these errors were encountered: