You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: