yasoob / nrc-exporter

Download your runs data from Nike Run Club and convert it to GPX format that can be imported in other running apps.
https://yasoob.me/posts/reverse-engineering-nike-run-club-using-frida-android/
MIT License
116 stars 13 forks source link

SyntaxError: invalid syntax in File "nrc_exporter.py", line 103 #12

Open chdoub opened 3 years ago

chdoub commented 3 years ago

Hi,

I found this awesome repo but I failed to get it run on my mac. I installed python 3.9 via brew. Since i have no pip i tried to use brew install -t "requirements.txt" but i think i missed some of the requirements. When i try to run the app i get the following error:

python nrc_exporter.py --help File "nrc_exporter.py", line 103 logger.info(f_message(f"[+] {message}", level="info")) ^ SyntaxError: invalid syntax

Can anyone help me to get the app running?

thanks Chris

yihong0618 commented 3 years ago

Hi,

I found this awesome repo but I failed to get it run on my mac. I installed python 3.9 via brew. Since i have no pip i tried to use brew install -t "requirements.txt" but i think i missed some of the requirements. When i try to run the app i get the following error:

python nrc_exporter.py --help File "nrc_exporter.py", line 103 logger.info(f_message(f"[+] {message}", level="info")) ^ SyntaxError: invalid syntax

Can anyone help me to get the app running?

thanks Chris

Can you install pip, then pip install -r requirements.txt