neeru1207 / AI_Sudoku

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Creative Commons Zero v1.0 Universal
998 stars 154 forks source link

ModuleNotFoundError: No module named 'cv2' #21

Open donghuynh84 opened 3 years ago

donghuynh84 commented 3 years ago

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'

mayurgehlod commented 3 years ago

Same with me

neeru1207 commented 3 years ago

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

Laveen-exe commented 3 years ago

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