AdriaGual / marvel-snap-bot

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

android_connection #57

Closed seennz closed 1 year ago

seennz commented 1 year ago

hi,

not able to find 'android_connection' within modules, am I missing something here?

seennz commented 1 year ago

image

ZloyPupsic commented 1 year ago

check port setting inside utils.py and emulator. are they the same?

seennz commented 1 year ago

There is nothing like "android_connection" in utils.py? And it's module related...

AdriaGual commented 1 year ago

Seems like it's trying to call the wrong (utils.py from python3.10, not from the repo), try installing python 3.8 and its dependencies.

Hope it helps!