dify-plugin-repackaging icon indicating copy to clipboard operation
dify-plugin-repackaging copied to clipboard

可能是python版本的问题,很多模块打包失败

Open sunisstar opened this issue 2 months ago • 2 comments

Please confirm before submission 在提交之前,请确认

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

sunisstar avatar Oct 21 '25 18:10 sunisstar

研究了一下,貌似dify-plugin-daemon:0.3.2-local之后在运行环境上做了升级,目前本项目的打包环境已经不适配了...

sunisstar avatar Oct 29 '25 16:10 sunisstar

研究了一下,貌似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

xcsf avatar Oct 31 '25 03:10 xcsf

我打包失败后的解决方案 1、建议先解译查看离线包的manifest.yaml 2、通过conda 创建对应python 版本的虚拟环境 3、在虚拟环境下打包

pzc1350 avatar Dec 08 '25 01:12 pzc1350