YAD2K
YAD2K copied to clipboard
./yad2k.py invalid syntax
I run the following command:
./yad2k.py -- help
File "./yad2k.py", line 241 print(cfg_parser[section]['anchors'], file=f)
SyntaxError: invalid syntax
There's also ^ sign pointing to "file=f" in the error message. How can I resolve this?
Thank you!
Using python3 fixed this for me.
Note: you will need to reinstall the dependencies using pip3
I used python3 but it had error. Please help me.