Azelphur / PokemonGo-CalcyIV-Renamer

Uses adb to send fake tap events to your phone, alongside Calcy IV to automatically rename all your pokemon.
GNU General Public License v3.0
77 stars 32 forks source link

Syntax error in ivcheck.py #62

Open BarkerB opened 4 years ago

BarkerB commented 4 years ago

Tried to get this running with Python 3.8 but when I run 'python ivcheck.py --copy-calcy' I get a syntax error:

user$ python ivcheck.py --copy-calcy File "ivcheck.py", line 133 async def tap(self, location): ^ SyntaxError: invalid syntax

Not sure if it's caused by Python v3.8 or if something else. I installed all of the required files via Pip successfully and have Clipper running on my phone so not sure what else it could be. Any ideas?

Azelphur commented 4 years ago

Please paste output of python --version. I do not have this issue, it's likely that you are trying to run ivcheck with python 2.