We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
----------------------------------------
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:~ $
The text was updated successfully, but these errors were encountered:
python3.5 Linux raspberrypi 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux
Sorry, something went wrong.
看起来是python3下面应用了python2的库,python3下面包名是queue。。所以python3的移植到底做完了没有?我打算先过一遍看看功能怎么样。
#154 重复了
No branches or pull requests
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:~ $
The text was updated successfully, but these errors were encountered: