AdriaGual / marvel-snap-bot

A computer vision bot made with OpenCV and ADB.
106 stars 27 forks source link

ModuleNotFoundError : No module named 'cv2' #65

Closed KSteez11 closed 1 year ago

KSteez11 commented 1 year ago

Do you know why I would be getting this error by any chance and how to fix it?

KSteez11 commented 1 year ago
Screenshot 2023-02-08 154222
AdriaGual commented 1 year ago

pip install opencv-python==4.7.0.68 pip install opencv-python-headless==4.6.0.66

W33dox commented 1 year ago

Hey Mate :)

Thanks for the first answer, i had the same problem and it helped.

But now i am getting this: Screenshot 2023-02-09 122517

Is there anything wrong with my Python installation? I am a total noob and i am trying to learn by doin :D

Greetings from Germany

W33dox commented 1 year ago

Fixed it with this command: pip install pyautogui