Closed WRXinYue closed 4 months ago
Some dependencies have compatibility issues, and I need the ability to override/ignore sub-dependencies. However, it seems that this issue was closed according to https://github.com/python-poetry/poetry/issues/697, making it difficult to resolve this problem using poetry. Later, I will try to solve the dependency issue using uv
在
pyproject.toml
文件中更改了两个依赖项,分别是ffmpy
和pywin32
。由于上游
ffmpy
依赖的setuptools
发生更新,导致报错。为此,已经添加了临时解决方案。相关联问题可以参考以下链接:在 Linux 环境下可能不适用
pywin32
,因此已指定仅在 Windows 环境下进行安装最后,感谢作者接纳使用 poetry 方案的建议 ❤️