autosub icon indicating copy to clipboard operation
autosub copied to clipboard

SyntaxError: invalid syntax

Open lovecn opened this issue 6 years ago • 4 comments

autosub -h
  File "D:/python3/Scripts/autosub", line 136
    print "The given file does not exist: {0}".format(filename)
                                             ^
SyntaxError: invalid syntax

lovecn avatar Apr 21 '19 04:04 lovecn

请使用python2.7而不是python3

BingLingGroup avatar Apr 21 '19 23:04 BingLingGroup

@lovecn pip install git+https://github.com/agermanidis/autosub.git this will install the latest version from github master which already handled this issue.

rexshihaoren avatar May 14 '19 15:05 rexshihaoren

I was suffering from the same issue, the above mention fix works..

elpraga avatar Jul 03 '19 11:07 elpraga

Copyable (double click below):

pip install git+https://github.com/agermanidis/autosub.git

pierreneter avatar Aug 14 '19 04:08 pierreneter