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
在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接口改了所以不兼容的。
The text was updated successfully, but these errors were encountered:
3.7 计划 7月发布第一个维护版本(3.7.1),但目前还未发布。 另外Mac 下应该无法运行。#16
Mac
Sorry, something went wrong.
mac下运行没问题啊。虽然有的地方界面有点异常(上面看到一排空白按键)。 呃,如果是eye3d的问题,mac下这个库是eyeD3。现在版本0.8.7了。你代码里要求0.8.0我就装了个0.8.0的就正常了…… pip3 install --upgrade eyeD3==0.8.0
No branches or pull requests
在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接口改了所以不兼容的。
The text was updated successfully, but these errors were encountered: