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

Deepseek plugin repackaged but failed to install

Open AdaChamberss opened this issue 1 month ago • 1 comments

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

OS Platform 操作系统平台

linux-amd64

Problem description 问题描述

I repackeged deepseek by: ./plugin_repackaging.sh local local_plugins/langgenius-deepseek_0.0.6.difypkg However after I uploaded the -offline difypkg if failed to install. I checked the logs of docker-plugin_daemon-1, it raised an error:

[ERROR]init environment failed: failed to install dependencies: exit status 1, output: × No solution found when resolving dependencies: ╰─▶ Because gevent==24.11.1 has no wheels with a matching Python implementation tag (e.g., cp312) and only gevent==24.11.1 is available, we can conclude that gevent==24.11.1 cannot be used. And because dify-plugin==0.3.5 depends on gevent==24.11.1, we can conclude that dify-plugin==0.3.5 cannot be used. And because only dify-plugin==0.3.5 is available and you require dify-plugin==0.3.5, we can conclude that your requirements are unsatisfiable. hint: You require CPython 3.12 (cp312), but we only found wheels for gevent (v24.11.1) with the following Python implementation tag: cp313 hint: gevent was requested with a pre-release marker (e.g., gevent>24.11.1,<24.12.dev0), but pre-releases weren't enabled (try: --prerelease=allow)

The server I want to upload is running for online production so it's hard to change python version.

The OS info of the server is:

Linux A5-302-I620G20-2018-037 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

AdaChamberss avatar Nov 06 '25 03:11 AdaChamberss