n374 / dmusic-plugin-NeteaseCloudMusic

NeteaseCloudMusic Plugin for Deepin Music Player
https://wu.nerd.moe/?p=1861
203 stars 45 forks source link

安装出错 #16

Closed kamasylvia closed 8 years ago

kamasylvia commented 8 years ago

Mint/Ubuntu下我装过没问题,最近换Arch/Manjaro在最后一步

python install.py

敲下回车显示

  File "install.py", line 26
     except Exception ,e:

SyntaxError: invalid syntax

是我缺了依赖吗

n374 commented 8 years ago

Arch默认使用的Python3

python2 install.py

应该就没有问题了