我已经通过点子安装了一个小脚本ever2simple
,如下所示:pip install -U ever2simple
(在installation instructions之后)
它已向EXE
安装了...\Miniconda3\Scripts\ever2simple.exe
文件(我在Windows 10 x64上使用Miniconda3 64bit for Python 3.6)。当我试图运行它时,它给了我
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'File does not exist: %s' % filepath)?
看起来这是因为脚本适用于Python2。如何使脚本在我的机器上运行? pip中是不是这个bug,因为它允许安装无法正常运行的Python2脚本?
谢谢!