taizilongxu / douban.fm

:radio: douban.fm based on Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

max 下报错并一直显示加载歌曲

hacker0limbo opened this issue · comments

前辈您好, 安装了运行以后报错信息如下:

♥ Get channel [ OK ]
♥ Get volume [ OK ]
♥ Get theme [ OK ]
♥ Get keys  [ OK ]
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/local/Cellar/python@2/2.7.15_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/local/lib/python2.7/site-packages/doubanfm/config.py", line 114, in check_version
    self.is_latest = is_latest('douban.fm')
  File "/usr/local/lib/python2.7/site-packages/doubanfm/check.py", line 12, in is_latest
    for dist in pip.get_installed_distributions():
AttributeError: 'module' object has no attribute 'get_installed_distributions'

但是仍能显示歌曲列表, 只是一直显示加载歌曲, 图片如下:

problem

同时按键也没有响应

不知是不是本人安装的时候出了差错还是哪里出了问题? 打扰了!