AI_Sudoku icon indicating copy to clipboard operation
AI_Sudoku copied to clipboard

ModuleNotFoundError: No module named 'cv2'

Open donghuynh84 opened this issue 4 years ago • 3 comments

Hi, I am just wondering if you can tell me what I have done wrong.

When i typed python Run.py

i am getting this error

ModuleNotFoundError: No module named 'cv2'

donghuynh84 avatar Oct 17 '20 10:10 donghuynh84

Same with me

mayurgehlod avatar Nov 22 '20 09:11 mayurgehlod

Hey! How did you install opencv? Use the command pip3 install opencv-python. A different package could be causing the problem

neeru1207 avatar Feb 25 '21 06:02 neeru1207

Install required packages by running pip3 install -r requirements.txt

Laveen-exe avatar Aug 28 '21 20:08 Laveen-exe