dify-plugin-repackaging
dify-plugin-repackaging copied to clipboard
可能是python版本的问题,很多模块打包失败
Please confirm before submission 在提交之前,请确认
- [x] I have searched for existing issues search for existing issues, including closed ones. 我已经搜索了现有问题搜索现有问题,包括已关闭的问题。"
OS Platform 操作系统平台
linux-amd64
Problem description 问题描述
如: docker run --rm -v $(pwd):/app dify-plugin-repackaging ./plugin_repackaging.sh -p manylinux2014_x86_64 -s linux-amd64 market bowenliang123 md_exporter 2.0.0
研究了一下,貌似dify-plugin-daemon:0.3.2-local之后在运行环境上做了升级,目前本项目的打包环境已经不适配了...
研究了一下,貌似dify-plugin-daemon:0.3.2-local之后在运行环境上做了升级,目前本项目的打包环境已经不适配了...
https://github.com/xcsf/dify-plugin-repackaging-python 试试,刚用AI改成python版的,local亲测有效,都换成这个了https://github.com/langgenius/dify-plugin-daemon/releases/tag/0.4.0
我打包失败后的解决方案 1、建议先解译查看离线包的manifest.yaml 2、通过conda 创建对应python 版本的虚拟环境 3、在虚拟环境下打包