Skip to content
New issue

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

是否有计划支持python 3.7? #22

Open
plyxyz opened this issue Jul 21, 2018 · 2 comments
Open

是否有计划支持python 3.7? #22

plyxyz opened this issue Jul 21, 2018 · 2 comments

Comments

@plyxyz
Copy link

plyxyz commented Jul 21, 2018

在python3.7运行时,
Traceback (most recent call last):
File "/usr/local/bin/musicplayer", line 7, in
from MusicPlayer.music import start
File "/usr/local/lib/python3.7/site-packages/MusicPlayer/music.py", line 33, in
from quamash import QEventLoop
File "/usr/local/lib/python3.7/site-packages/quamash/init.py", line 275
future = asyncio.async(future, loop=self)
^
SyntaxError: invalid syntax

看起来应该是python3.7的async接口改了所以不兼容的。

  • OS: [osx-python3.7]
@HuberTRoy
Copy link
Owner

3.7 计划 7月发布第一个维护版本(3.7.1),但目前还未发布。
另外Mac 下应该无法运行。#16

@plyxyz
Copy link
Author

plyxyz commented Jul 23, 2018

mac下运行没问题啊。虽然有的地方界面有点异常(上面看到一排空白按键)。
呃,如果是eye3d的问题,mac下这个库是eyeD3。现在版本0.8.7了。你代码里要求0.8.0我就装了个0.8.0的就正常了……
pip3 install --upgrade eyeD3==0.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants