You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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