AdriaGual / marvel-snap-bot

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

When I run "start," nothing happens #113

Open PA-1984 opened 1 year ago

PA-1984 commented 1 year ago

I have BlueStacks open. I don't even get an error message or anything, just nothing happens.

I tried running the git command prompt as administrator and got "ModuleNotFoundError: No module named 'cv2'."

C:\Program Files\Git\marvel-snap-bot>start.py Traceback (most recent call last): File "C:\Program Files\Git\marvel-snap-bot\start.py", line 1, in from utils import android_connection, global_utils File "C:\Program Files\Git\marvel-snap-bot\utils\global_utils.py", line 3, in import cv2 ModuleNotFoundError: No module named 'cv2'