Ikaros-521 / AI-Vtuber

AI Vtuber是一个由 【ChatterBot/ChatGPT/claude/langchain/chatglm/text-gen-webui/闻达/千问/kimi/ollama】 驱动的虚拟主播【Live2D/UE/xuniren】,可以在 【Bilibili/抖音/快手/微信视频号/拼多多/斗鱼/YouTube/twitch/TikTok】 直播中与观众实时互动 或 直接在本地进行聊天。它使用TTS技术【edge-tts/VITS/elevenlabs/bark/bert-vits2/睿声】生成回答并可以选择【so-vits-svc/DDSP-SVC】变声;指令协同SD画图。
https://ikaros-521.github.io/Luna-Docs/site/
GNU General Public License v3.0
3.17k stars 487 forks source link

fix: 修复了 pyproject.toml 中依赖项安装的问题 #949

Closed WRXinYue closed 4 months ago

WRXinYue commented 4 months ago

pyproject.toml 文件中更改了两个依赖项,分别是 ffmpypywin32

由于上游 ffmpy 依赖的 setuptools 发生更新,导致报错。为此,已经添加了临时解决方案。相关联问题可以参考以下链接:

在 Linux 环境下可能不适用 pywin32,因此已指定仅在 Windows 环境下进行安装

最后,感谢作者接纳使用 poetry 方案的建议 ❤️

WRXinYue commented 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