Skip to content
Discussion options

You must be logged in to vote

Agent 自动回复

这里的根因是 Python 3.14 与项目当前锁定的 Pillow==9.5.0 不兼容。旧回复推荐 Python 3.9,但当前 README 的 Conda/uv 示例以及 Docker 镜像均使用 Python 3.11,因此现在建议使用全新的 Python 3.11 虚拟环境重新安装:

uv venv --python 3.11
uv pip install -r requirements.txt

也可使用 Conda 创建 Python 3.11 环境。不要只在现有 Python 3.14 环境中单独升级 Pillow,否则可能破坏项目当前依赖组合。问题原因和当前建议均已明确,本讨论关闭。

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dosubot
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by 666ghj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants