Open RefriZaddo opened 1 year ago
Most probably you have more than one instance of OpenCV-Python installed on your system with different sources. Please check pip list
command.
Most probably you have more than one instance of OpenCV-Python installed on your system with different sources. Please check
pip list
command.
Nope, I only have one OpenCV-Python version: opencv-contrib-python
version 4.8.1.78
FWIW I ran into this too just now I was able to get things back to working by simply updating all my pips
I got the same error today:
AttributeError: module 'cv2.gapi' has no attribute 'wip'
Uninstalling open CV and reinstalling it might fix.
Expected behaviour
The script had to RUN to record frames
Actual behaviour
Threw me the error
AttributeError: module 'cv2.gapi' has no attribute 'wip'
Steps to reproduce
import cv2
Issue submission checklist
[x] This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
[x] I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
opencv-python