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

[Feature Request] 更低的Python版本支持 #2

Open
Lawrenceeeeeeee opened this issue Jun 10, 2024 · 1 comment
Open

[Feature Request] 更低的Python版本支持 #2

Lawrenceeeeeeee opened this issue Jun 10, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@Lawrenceeeeeeee
Copy link

Bug 描述

3.11以下的python不支持

复现步骤

旧版本python启动本项目的时候就遇到这个问题

期望行为

建议注明适配的python版本

截图 / 相关视频

Traceback (most recent call last):
File "/Users/lawrence/anaconda3/envs/python_rotaeno_stablizer/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/lawrence/anaconda3/envs/python_rotaeno_stablizer/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/lawrence/Downloads/py-rotaeno-stablizer-gui-main/rotaeno_stablizer/main.py", line 3, in
import tomllib
ModuleNotFoundError: No module named 'tomllib'

稳定器版本

0.1.0

游玩设备

iPhone 14

Rotaeno 版本

No response

补充

No response

@Lawrenceeeeeeee Lawrenceeeeeeee added the bug Something isn't working label Jun 10, 2024
@I-love-study
Copy link
Owner

事实上在pyproject.toml中确实写到依赖python版本为3.11及以上(readme忘记写了,后面会补上)
因为考虑到3.11相比3.10性能提升不小,可能会提升视频编码速度。
不过到时候可以去测试一下到底能提高多少
如果都差不多,就向下支持一下。

@I-love-study I-love-study added enhancement New feature or request question Further information is requested and removed bug Something isn't working labels Jun 17, 2024
@I-love-study I-love-study changed the title [ Bug ] 似乎不支持3.11以下版本的python [Feature Request] 更低的Python版本支持 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants