dify-plugin-repackaging
dify-plugin-repackaging copied to clipboard
如何修改源地址?
Please confirm before submission 在提交之前,请确认
- [x] I have searched for existing issues search for existing issues, including closed ones. 我已经搜索了现有问题搜索现有问题,包括已关闭的问题。"
Is this request related to a challenge you're experiencing? Tell me about your story. 这个请求与你正在经历的挑战有关吗?给我讲讲你的故事。
如何对 https://mirrors.aliyun.com/pypi/源地址进行修改? 此源有些包更新不及时,请添加修改配置功能。 ./plugin_repackaging.sh market langgenius openai_api_compatible 0.0.20,因没有regex==2025.7.34,导致错误。
Can you help us with this feature? 你能帮我们实现这个功能吗?
- [ ] I am interested in contributing to this feature. 我有兴趣为这个特性做贡献。
解决了吗,同样的问题,也是缺失了2025.7.34这个版本
编辑plugin_repackaging.sh文件,将第六行的 DEFAULT_PIP_MIRROR_URL=https://mirrors.aliyun.com/pypi/simple 改成 DEFAULT_PIP_MIRROR_URL=https://pypi.tuna.tsinghua.edu.cn/simple 亲测解决
解决了吗,同样的问题,也是缺失了2025.7.34这个版本
编辑plugin_repackaging.sh文件,将第六行的 DEFAULT_PIP_MIRROR_URL=https://mirrors.aliyun.com/pypi/simple 改成 DEFAULT_PIP_MIRROR_URL=https://pypi.tuna.tsinghua.edu.cn/simple 亲测解决