taizilongxu / douban.fm

:radio: douban.fm based on Python
MIT License
786 stars 190 forks source link

更新出错 #159

Open mengyingbo opened 5 years ago

mengyingbo commented 5 years ago
----------------------------------------

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-64d15sv0/cffi/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ybfo8r2e-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-64d15sv0/cffi/ pi@raspberrypi:~ $ douban.fm Traceback (most recent call last): File "/usr/local/bin/douban.fm", line 7, in from doubanfm.douban import main File "/usr/local/lib/python3.5/dist-packages/doubanfm/douban.py", line 10, in import Queue ImportError: No module named 'Queue' pi@raspberrypi:~ $

mengyingbo commented 5 years ago

python3.5 Linux raspberrypi 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux

terryoy commented 5 years ago

看起来是python3下面应用了python2的库,python3下面包名是queue。。所以python3的移植到底做完了没有?我打算先过一遍看看功能怎么样。

terryoy commented 5 years ago

https://github.com/taizilongxu/douban.fm/issues/154 重复了