AI_Sudoku
AI_Sudoku copied to clipboard
ModuleNotFoundError: No module named 'cv2'
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'
Same with me
Hey! How did you install opencv? Use the command pip3 install opencv-python. A different package could be causing the problem
Install required packages by running pip3 install -r requirements.txt