Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chdoub opened this issue Dec 27, 2020 · 1 comment
Open

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

chdoub opened this issue Dec 27, 2020 · 1 comment

Comments

@chdoub
Copy link

chdoub commented Dec 27, 2020

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants