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

Tiny fix in example of Readme.md #70

Open
ferjorosa opened this issue Jul 28, 2022 · 1 comment
Open

Tiny fix in example of Readme.md #70

ferjorosa opened this issue Jul 28, 2022 · 1 comment

Comments

@ferjorosa
Copy link

Hi, a very small thing, but when running the example presented in the Readme.md, in the "Interpreter Module" section, the argument "--output" is not currently supported. Here is the fixed line of code.

Current:
python nspm/interpreter.py --input data/art_30 --output data/art_30 --query "yuncken freeman has architected in how many cities?"

New:
python nspm/interpreter.py --input data/art_30 --query "yuncken freeman has architected in how many cities?"

@devmessias
Copy link

Hi @ferjorosa How are you running this project? I'm got the following error with both commands

terminated by signal SIGILL (Illegal instruction)

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