Monday, 17 April 2023

No module named Cv2 error in VS code

 No module named Cv2 error in VS code

This error can be solve by 2 methods:
1. Install open cv using pip install opencv-python in cmd of the flder your project is.
2. If it is installed still it is showing the same error than press Ctr+=Shift+ P and search for interpreter and change the interpreter. 



No comments:

Post a Comment

CSS and type of CSS

1. Inline CSS (The "Direct Note")This is written directly inside the HTML tag.  It’s like putting a sticker right on an object.B...