autosub
autosub copied to clipboard
SyntaxError: invalid syntax
autosub -h
File "D:/python3/Scripts/autosub", line 136
print "The given file does not exist: {0}".format(filename)
^
SyntaxError: invalid syntax
请使用python2.7而不是python3
@lovecn pip install git+https://github.com/agermanidis/autosub.git this will install the latest version from github master which already handled this issue.
I was suffering from the same issue, the above mention fix works..
Copyable (double click below):
pip install git+https://github.com/agermanidis/autosub.git