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

main.py: error: unrecognized arguments: output #18

Open
jk08039527 opened this issue Jun 17, 2022 · 3 comments
Open

main.py: error: unrecognized arguments: output #18

jk08039527 opened this issue Jun 17, 2022 · 3 comments

Comments

@jk08039527
Copy link

main.py: error: unrecognized arguments: output

@rscloura
Copy link
Owner

Please be more descriptive.

@opannapo
Copy link

@wangzhili0803 I think you put wrong args. Will get errors when you type python3 src/main.py [-v] target/libapp.so out

u@buntu:.../experiment/Doldrums$ python3 src/main.py [-v] target/libapp.so output
usage: main.py [-h] [-v] file output
main.py: error: unrecognized arguments: output

Type -v args without [ ] => python3 src/main.py -v target/libapp.so output

@alcampospalacios
Copy link

If someone needed in windows you need specify the type of output and where is located like:
python src/main.py -v src/libapp.so src/output.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

4 participants