Open jk08039527 opened 2 years ago
Please be more descriptive.
@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
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
main.py: error: unrecognized arguments: output