-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Refactor plan #878
Comments
添加API相关测试和CI,考虑travis |
poetry install failed
似乎是因为我本地的python太高? |
稍微改一下dev就行了 |
不过github actions的3.8+没问题 🤔 |
build和install都ok 但是poetry打包后检查版本时会向上层目录查找pyproject.toml文件, archlinux系统中如果想要安装到系统路径而不是pyvenv中的话, 需要在__main__.py里增加if判断来避开默认的get_current_version函数,否则会因为安装路径上层没有pyproject.toml文件导致启动失败 还在测试 不过新的打包和安装方式确实要比以前舒服很多了 |
改成了用importlib-metadata读 |
第 7 条是考虑把 mpg123 换成 libmad 或者 gstreamer 之类的吗? |
The text was updated successfully, but these errors were encountered: